This commit is contained in:
2025-11-11 09:49:51 +00:00
parent 8cba1e7fd3
commit eee375d07b
2 changed files with 4 additions and 4 deletions

View File

@@ -33,14 +33,14 @@ services:
- gmail-app-password - gmail-app-password
ports: ports:
- target: 9000 - target: 9000
published: 9001 published: 9000
mode: host mode: host
- target: 1935 - target: 1935
published: 1935 published: 1935
mode: host mode: host
volumes: volumes:
- /home/doc/projects/unraid-appdata/PeerTube:/data - /home/doc/projects/swarm-data/appdata/peertube:/data
- /home/doc/projects/unraid-appdata/PeerTube:/config - /home/doc/projects/swarm-data/appdata/peertube:/config
healthcheck: healthcheck:
test: [ "CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:9000/api/v1/config" ] test: [ "CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:9000/api/v1/config" ]
interval: 30s interval: 30s

View File

@@ -7,7 +7,7 @@ services:
networks: networks:
- homelab - homelab
ports: ports:
- 9000:9000 - 9001:9000
deploy: deploy:
mode: replicated mode: replicated
replicas: 1 replicas: 1