fork naming scheme
This commit is contained in:
+4
-5
@@ -2,15 +2,14 @@ version: "3"
|
||||
|
||||
services:
|
||||
gts-federation:
|
||||
image: domoel/gts-federation:latest
|
||||
container_name: gts-federation
|
||||
user: 1026:100
|
||||
image: domoel/gts-federator:latest
|
||||
container_name: gts-federator
|
||||
#user: 1026:100 # "If you run into permission issues with the 'data' folder, make sure to set the correct UID/GID for your system."
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
- ./gts_holmirdas.py:/app/gts_holmirdas.py:ro
|
||||
- ./rss_feeds.txt:/app/rss_feeds.txt:ro
|
||||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
- TZ=Europe/Berlin # Change to your local timezone
|
||||
env_file:
|
||||
- .env
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user