Files
GTS-Federator/compose.yaml
T
2026-04-17 13:43:18 +02:00

17 lines
377 B
YAML

version: "3"
services:
gts-federation:
image: domoel/gts-federation:latest
container_name: gts-federation
user: 1026:100
volumes:
- ./data:/app/data
- ./gts_holmirdas.py:/app/gts_holmirdas.py:ro
- ./rss_feeds.txt:/app/rss_feeds.txt:ro
environment:
- TZ=Europe/Berlin
env_file:
- .env
restart: always