This commit is contained in:
Atridad Lahiji 2024-05-15 10:14:02 -06:00
parent 5fa146dff9
commit 605e40f16c
No known key found for this signature in database

View file

@ -9,7 +9,9 @@ services:
command: ["/app"] command: ["/app"]
pull_policy: build pull_policy: build
ports: ports:
- "3000:3000" - "3001:3000"
networks:
- nginx_default
environment: environment:
- DISCORD_TOKEN=$DISCORD_TOKEN - DISCORD_TOKEN=$DISCORD_TOKEN
- COOLDOWN_ALLOW_LIST=$COOLDOWN_ALLOW_LIST - COOLDOWN_ALLOW_LIST=$COOLDOWN_ALLOW_LIST