This commit is contained in:
Atridad Lahiji 2024-06-08 23:18:21 -06:00
parent ba144dafa1
commit 9385a31364
No known key found for this signature in database

View file

@ -8,8 +8,6 @@ services:
image: your-app-image:latest image: your-app-image:latest
command: ["/app"] command: ["/app"]
pull_policy: build pull_policy: build
ports:
- "3001:3000"
environment: environment:
- DISCORD_TOKEN=$DISCORD_TOKEN - DISCORD_TOKEN=$DISCORD_TOKEN
- COOLDOWN_ALLOW_LIST=$COOLDOWN_ALLOW_LIST - COOLDOWN_ALLOW_LIST=$COOLDOWN_ALLOW_LIST