shaiwatcher/docker-compose.yml
Franz Rolfsvaag a11de2770f .
2025-08-09 16:20:13 +02:00

17 lines
506 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

services:
shaiwatcher:
build: .
restart: unless-stopped
environment:
- DISCORD_TOKEN=${DISCORD_TOKEN}
# optional only if you want non-default locations
# - SHAI_CONFIG=/config/settings.conf
# - SHAI_DATA=/data/data.json
volumes:
- ./config:/config # will contain settings.conf
- shaiwatcher_data:/data # persistent data.json
# if you deploy to a remote docker host via Portainer: no extra ports needed
volumes:
shaiwatcher_data: