updated compose.yaml
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user