Added fake data for test and dev environment #17
|
@ -27,8 +27,6 @@ services:
|
||||||
MONGODB_USER: "root"
|
MONGODB_USER: "root"
|
||||||
MONGODB_PASS: "password"
|
MONGODB_PASS: "password"
|
||||||
JWTSECRET: "cooljwtsecret"
|
JWTSECRET: "cooljwtsecret"
|
||||||
# DEDICATED_MONGODB_SERVER is for integration testing, for disabling memory server in tests
|
|
||||||
DEDICATED_MONGODB_SERVER: "true"
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/usr/src/app:ro
|
- ./:/usr/src/app:ro
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue