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 e7b6045 commit 5f45c36Copy full SHA for 5f45c36
docker/docker-compose.yaml
@@ -17,7 +17,7 @@ services:
17
PY_TEMPLATE_BASE_DIR: /var/run/template_repo
18
volumes:
19
- git-repo:/var/run/template_repo
20
- command: ["notebooker-cli", "--mongo-host", "${MONGO_HOST}", "--mongo-user", "${MONGO_USER}", "--mongo-password", "${MONGO_USER}", "start-webapp", "--port", "${PORT}"]
+ command: ["notebooker-cli", "--mongo-host", "mongodb:27017", "--mongo-user", "root", "--mongo-password", "toor", "start-webapp", "--port", "11828"]
21
ports:
22
- "8080:11828"
23
depends_on:
0 commit comments