Skip to content

Commit 388b8be

Browse files
make it easier to dev against gcp
1 parent 4c5fd29 commit 388b8be

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

compose.dev.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,21 @@ services:
3838
protocol: tcp
3939
mode: ingress
4040
environment:
41-
- AWS_REGION=us-west-2
42-
- AWS_PROFILE=defang-sandbox
41+
# - AWS_REGION=us-west-2
42+
# - AWS_PROFILE=defang-lab
43+
- DEBUG=true
44+
# - GCP_PROJECT_ID=jordan-project-463223
45+
# - GOOGLE_CLOUD_PROJECT=jordan-project-463223
46+
# - GCP_REGION=us-central1
47+
# - PROVIDER=gcp
4348
- PORT=5051
4449
volumes:
4550
- type: bind
4651
source: ~/.aws
4752
target: /root/.aws
53+
- type: bind
54+
source: ~/.config/gcloud
55+
target: /root/.config/gcloud
4856

4957
discord-bot:
5058
restart: "no"

0 commit comments

Comments
 (0)