We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a5b42b commit d97aeafCopy full SHA for d97aeaf
docker-compose.yaml
@@ -2,7 +2,7 @@ services:
2
mongo:
3
image: mongo:latest
4
ports:
5
- - "27017:27017"
+ - "127.0.0.1:27017:27017"
6
environment:
7
MONGO_INITDB_ROOT_USERNAME: forms-backend
8
MONGO_INITDB_ROOT_PASSWORD: forms-backend
@@ -22,7 +22,7 @@ services:
22
- mongo
23
- snekbox
24
25
- - "8000:8000"
+ - "127.0.0.1:8000:8000"
26
27
- DATABASE_URL=mongodb://forms-backend:forms-backend@mongo:27017
28
- SNEKBOX_URL=http://snekbox:8060/eval
0 commit comments