Remove FreeFileSync and nginx service configurations from stack.yml
This commit is contained in:
@@ -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
|
|
||||||
@@ -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
|
|
||||||
Reference in New Issue
Block a user