We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f666ad commit 8b8fba9Copy full SHA for 8b8fba9
dockereve-master/docker-compose.yml
@@ -42,7 +42,6 @@ services:
42
- ./eve-app/settings.py:/usr/src/app/settings.py
43
- ./log/:/var/log/
44
- eve:/usr/src/app/static
45
- # - /usr/src/app/static
46
command: /usr/local/bin/gunicorn -w 2 --access-logfile /var/log/gunicorn.log -b :5000 app:app
47
depends_on:
48
- mongodb
@@ -52,9 +51,8 @@ services:
52
51
mongodb:
53
image: mongo:latest
54
container_name: mongodb
55
- command: mongod --verbose --bind_ip_all
56
hostname: mongodb
57
- command: mongod --repair
+ command: mongod --verbose --bind_ip_all
58
ports:
59
- "27017:27017"
60
networks:
0 commit comments