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
koneko c6c350ce0a
All checks were successful
Deploy bot / build-and-deploy (push) Successful in 22s
update node
2025-08-09 00:41:37 +02:00

11 lines
245 B
YAML

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