Files
tg-shuttle-score/docker-compose.yml
T

12 lines
246 B
YAML
Raw Normal View History

services:
tg-shuttle-score:
build: .
container_name: tg-shuttle-score
restart: unless-stopped
env_file: .env
environment:
- TZ=Asia/Taipei
- DATA_FILE=/app/data/matches.json
volumes:
- ./data:/app/data