This commit is contained in:
JandereDev 2022-04-18 21:34:11 +02:00
parent 3e932a0d6b
commit 8215126545
Signed by: Lea
GPG key ID: 5D5E18ACB990F57A

View file

@ -52,6 +52,8 @@ services:
- DISCORD_TOKEN=${BOT_TOKEN_DISCORD}
- DB_STRING=mongodb://mogus:${DB_PASS}@mongo:27017/admin
restart: unless-stopped
depends_on:
- mongo
# If you prefer to host the web app on a different
# platform like Vercel, you can remove this part.