updated compose.yaml

This commit is contained in:
2026-04-17 12:14:22 +02:00
parent 0ca880b812
commit 06c3305e79
2 changed files with 20 additions and 32 deletions
+20
View File
@@ -0,0 +1,20 @@
version: "3"
services:
gts-federation:
image: domoel/gts-federation:latest
container_name: gts-federation
user: 1026:100
volumes:
- /volume2/docker/social/federation/data:/app/data
- /volume2/docker/social/federation/gts_holmirdas.py:/app/gts_holmirdas.py:ro
- /volume2/docker/social/federation/rss_feeds.txt:/app/rss_feeds.txt:ro
networks:
- social
restart: always
env_file:
- /volume2/docker/social/federation/.env
networks:
social:
external: true