Compare commits
2 Commits
66d68701c2
...
8e52e543f9
Author | SHA1 | Date | |
---|---|---|---|
8e52e543f9 | |||
80aeafa013 |
@ -2,4 +2,7 @@
|
||||
host = db
|
||||
port = 27017
|
||||
name = pycms
|
||||
|
||||
[App]
|
||||
host = 0.0.0.0
|
||||
port = 8080
|
||||
debug = True
|
||||
|
@ -6,6 +6,8 @@ services:
|
||||
- 8080:8080
|
||||
depends_on:
|
||||
- db
|
||||
volumes:
|
||||
- ./config.ini:/app/config.ini
|
||||
db:
|
||||
image: mongo
|
||||
tests:
|
||||
|
Loading…
x
Reference in New Issue
Block a user