Testing adding MONGO_URL as env var
Unit Tests with docker compose / unit-test (pull_request) Failing after 7m19s
Details
Unit Tests with docker compose / unit-test (pull_request) Failing after 7m19s
Details
This commit is contained in:
parent
6561c710ff
commit
cabe730ab8
|
@ -24,6 +24,7 @@ services:
|
|||
- mongodb
|
||||
environment:
|
||||
MONGODB_URI: "mongodb://mongodb:27017/bot"
|
||||
MONGO_URL: "mongodb://mongodb:27017/bot"
|
||||
MONGODB_USER: "root"
|
||||
MONGODB_PASS: "password"
|
||||
JWTSECRET: "cooljwtsecret"
|
||||
|
|
Loading…
Reference in New Issue