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