fork naming scheme

This commit is contained in:
2026-04-17 16:01:32 +02:00
parent 9ec3d64b20
commit 90e473a8b7
2 changed files with 10 additions and 11 deletions
+4 -5
View File
@@ -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