w
This commit is contained in:
parent
3e932a0d6b
commit
8215126545
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,8 @@ services:
|
||||||
- DISCORD_TOKEN=${BOT_TOKEN_DISCORD}
|
- DISCORD_TOKEN=${BOT_TOKEN_DISCORD}
|
||||||
- DB_STRING=mongodb://mogus:${DB_PASS}@mongo:27017/admin
|
- DB_STRING=mongodb://mogus:${DB_PASS}@mongo:27017/admin
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
depends_on:
|
||||||
|
- mongo
|
||||||
|
|
||||||
# If you prefer to host the web app on a different
|
# If you prefer to host the web app on a different
|
||||||
# platform like Vercel, you can remove this part.
|
# platform like Vercel, you can remove this part.
|
||||||
|
|
Loading…
Reference in a new issue