diff --git a/stacks/apps/peertube/stack.yml b/stacks/apps/peertube/stack.yml index 3ae0040..c29cdf5 100644 --- a/stacks/apps/peertube/stack.yml +++ b/stacks/apps/peertube/stack.yml @@ -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 diff --git a/stacks/core/portainer/stack.yml b/stacks/core/portainer/stack.yml index 42e7cfe..f1e54be 100644 --- a/stacks/core/portainer/stack.yml +++ b/stacks/core/portainer/stack.yml @@ -7,7 +7,7 @@ services: networks: - homelab ports: - - 9000:9000 + - 9001:9000 deploy: mode: replicated replicas: 1