This commit is contained in:
@@ -33,14 +33,14 @@ services:
|
||||
- gmail-app-password
|
||||
ports:
|
||||
- target: 9000
|
||||
published: 9001
|
||||
published: 9000
|
||||
mode: host
|
||||
- target: 1935
|
||||
published: 1935
|
||||
mode: host
|
||||
volumes:
|
||||
- /home/doc/projects/unraid-appdata/PeerTube:/data
|
||||
- /home/doc/projects/unraid-appdata/PeerTube:/config
|
||||
- /home/doc/projects/swarm-data/appdata/peertube:/data
|
||||
- /home/doc/projects/swarm-data/appdata/peertube:/config
|
||||
healthcheck:
|
||||
test: [ "CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:9000/api/v1/config" ]
|
||||
interval: 30s
|
||||
|
||||
@@ -7,7 +7,7 @@ services:
|
||||
networks:
|
||||
- homelab
|
||||
ports:
|
||||
- 9000:9000
|
||||
- 9001:9000
|
||||
deploy:
|
||||
mode: replicated
|
||||
replicas: 1
|
||||
|
||||
Reference in New Issue
Block a user