Files
discord-epg-alert/docker-compose.yml
2025-09-15 11:36:43 -04:00

17 lines
366 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

version: "3.8"
services:
epg-runner:
build: .
image: epg-runner:latest
container_name: epg-runner
environment:
TZ: America/New_York
XML_URL: ""
MLB_SCHED_URL: ""
EPL_SCHED_URL: ""
UFC_SCHED_URL: ""
volumes:
- ./data:/app/data
# Dont start automatically, only when scheduler calls it
restart: "no"