perefouras/docker-compose.yml
2026-08-06 16:51:04 +02:00

14 lines
303 B
YAML

services:
perefouras:
build:
context: .
dockerfile: Dockerfile
environment:
- DISCORD_TOKEN=${FOURAS_DISCORD_TOKEN}
- MAINTAINER_ID=${FOURAS_MAINTAINER_ID:151626081458192384}
restart: always
volumes:
- perefouras-data:/app/data
volumes:
perefouras-data