Skip to content

Commit 5f45c36

Browse files
committed
Correction for environment variables in notebooker service command.
1 parent e7b6045 commit 5f45c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
PY_TEMPLATE_BASE_DIR: /var/run/template_repo
1818
volumes:
1919
- 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}"]
20+
command: ["notebooker-cli", "--mongo-host", "mongodb:27017", "--mongo-user", "root", "--mongo-password", "toor", "start-webapp", "--port", "11828"]
2121
ports:
2222
- "8080:11828"
2323
depends_on:

0 commit comments

Comments
 (0)