We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5fd29 commit 388b8beCopy full SHA for 388b8be
compose.dev.yaml
@@ -38,13 +38,21 @@ services:
38
protocol: tcp
39
mode: ingress
40
environment:
41
- - AWS_REGION=us-west-2
42
- - AWS_PROFILE=defang-sandbox
+ # - AWS_REGION=us-west-2
+ # - 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
48
- PORT=5051
49
volumes:
50
- type: bind
51
source: ~/.aws
52
target: /root/.aws
53
+ - type: bind
54
+ source: ~/.config/gcloud
55
+ target: /root/.config/gcloud
56
57
discord-bot:
58
restart: "no"
0 commit comments