shiro-probability/docker-compose.yml
koneko 7748089595
All checks were successful
Deploy bot / build-and-deploy (push) Successful in 10s
working
2025-04-29 12:31:17 +02:00

12 lines
294 B
YAML

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