Skip to content

Commit

Permalink
chore: config example for local deployment mode
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev committed May 11, 2022
1 parent 167e5f2 commit f74e183
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/demo-project/backend/garden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ variables:

services:
- name: backend
localMode:
localAppPort: 8090
command: [] # [ "command-to-start-the-local-service-on-the-localAppPort" ]
containerName: "backend"
healthCheck:
httpGet:
path: /hello-backend
Expand All @@ -24,4 +28,4 @@ services:

tasks:
- name: test
command: ["sh", "-c", "echo task output"]
command: ["sh", "-c", "echo task output"]

0 comments on commit f74e183

Please sign in to comment.