added rootless eve quadlets
This commit is contained in:
17
tvj-epg/tvj-epg.container
Normal file
17
tvj-epg/tvj-epg.container
Normal file
@@ -0,0 +1,17 @@
|
||||
[Unit]
|
||||
Description=Television Jamaica EPG
|
||||
|
||||
[Container]
|
||||
ContainerName=tvj-epg
|
||||
Image=ghcr.io/lyncolnmd/tvj-epg:latest
|
||||
AutoUpdate=registry
|
||||
PublishPort=8787:8787
|
||||
#Volume=/media/CONTAINER/Videos/XMLTV:/app/output:Z
|
||||
EnvironmentFile=tvj-epg.env
|
||||
|
||||
[Service]
|
||||
Restart=unless-stopped
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
2
tvj-epg/tvj-epg.env
Normal file
2
tvj-epg/tvj-epg.env
Normal file
@@ -0,0 +1,2 @@
|
||||
UPDATE_INTERVAL=3
|
||||
TZ=America/New_York
|
||||
Reference in New Issue
Block a user