Working version
This commit is contained in:
16
docker-compose.yml
Normal file
16
docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
||||
# Don’t start automatically, only when scheduler calls it
|
||||
restart: "no"
|
Reference in New Issue
Block a user