[] feat: runs every night at 1am
This commit is contained in:
6
compose.yml
Normal file
6
compose.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
command: python3 /app/epg-grabber/getEpgs.py
|
||||
volumes:
|
||||
- ./:/app
|
||||
Reference in New Issue
Block a user