shiro-probability/docker-compose.yml
2025-04-29 12:31:17 +02:00

12 lines
310 B
YAML

services:
shiroprob:
container_name: shiroprob-discord-bot
restart: unless-stopped
build:
context: .
dockerfile: Dockerfile
environment:
- TOKEN=${TOKEN}
- GUILDID=${GUILDID}
- CLIENTID=${CLIENTID}