This repository has been archived on 2025-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
Files
shiro-calculator/docker-compose.yml
2025-07-14 00:58:30 +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