Remove FreeFileSync and nginx service configurations from stack.yml

This commit is contained in:
2025-10-28 00:39:50 +00:00
parent 717d3a87d0
commit e5513e9358
2 changed files with 0 additions and 41 deletions

View File

@@ -1,19 +0,0 @@
services:
freefilesync:
image: jlesage/freefilesync
networks:
- homelab
ports:
- "5800:5800"
volumes:
- /home/doc/swarm-data/appdata/freefilesync:/config
- /home/doc/swarm-data/appdata:/storage
- /home/doc/swarm/appdata:/nfs/appdata
deploy:
replicas: 1
placement:
constraints:
- node.hostname == p0
networks:
homelab:
external: true

View File

@@ -1,22 +0,0 @@
services:
nginx:
image: nginx:alpine
hostname: nginx
networks:
- caddy
ports:
- target: 80
published: 8080
mode: host
deploy:
replicas: 1
labels:
caddy: test.frostlabs.me
caddy.reverse_proxy: "nginx:80"
caddy.tls.dns: cloudflare
restart_policy:
condition: on-failure
networks:
caddy:
external: true