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 46d9f8b commit 30034b1Copy full SHA for 30034b1
samples/golang-mongodb-atlas/compose.yaml
@@ -9,6 +9,10 @@ services:
9
target: 8080
10
published: 8080
11
environment:
12
+ # If you want to use MongoDB Atlas, you can set the URI with `defang config set MONGO_URI`
13
+ # and remove the value from the MONGO_URI environment variable so that it is read from defang
14
+ # config. For example:
15
+ # - MONGO_URI
16
- MONGO_URI=mongodb://$MONGO_INITDB_ROOT_USERNAME:$MONGO_INITDB_ROOT_PASSWORD@db:27017/
17
#deploy:
18
# resources:
0 commit comments