shiro-calculator/docker-compose.yml
koneko 3c29f98027
All checks were successful
Deploy bot / build-and-deploy (push) Successful in 14s
commit
2025-04-29 12:22:45 +02:00

11 lines
257 B
YAML

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