Files
FlairTimerComment/docker-compose.yml

12 lines
228 B
YAML
Raw Normal View History

2026-02-22 21:25:18 +00:00
services:
app:
image: ghcr.io/slfhstd/flairtimercomment:v0.0.1
container_name: bot-ftc-dev
restart: unless-stopped
env_file:
- .env
2026-02-22 21:25:18 +00:00
volumes:
2026-02-22 21:36:36 +00:00
- /docker/data/flairtimercomment:/app/config
2026-02-22 21:25:18 +00:00