himbot/docker-compose.dev.yml

12 lines
255 B
YAML
Raw Permalink Normal View History

2024-06-08 23:15:31 -06:00
services:
app:
build:
context: .
dockerfile: Dockerfile
image: your-app-image:latest
command: ["/app"]
pull_policy: build
environment:
- DISCORD_TOKEN=$DISCORD_TOKEN
2024-11-22 16:52:23 -06:00
- COOLDOWN_ALLOW_LIST=$COOLDOWN_ALLOW_LIST