Compare commits

...

2 Commits

Author SHA1 Message Date
8e52e543f9 Верну проброс конфига
All checks were successful
continuous-integration/drone/push Build is passing
2021-11-01 05:19:39 +03:00
80aeafa013 Короче проще поправить конфиг 2021-11-01 05:17:40 +03:00
2 changed files with 6 additions and 1 deletions

View File

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

View File

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