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