Compare commits

..

No commits in common. "8e52e543f952f7d5aff4deecf5afbd8c981545de" and "66d68701c25430425e77f2cea67c10bc96fbd5e2" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View File

@ -2,7 +2,4 @@
host = db
port = 27017
name = pycms
[App]
host = 0.0.0.0
port = 8080
debug = True

View File

@ -6,8 +6,6 @@ services:
- 8080:8080
depends_on:
- db
volumes:
- ./config.ini:/app/config.ini
db:
image: mongo
tests: