diff --git a/stacks/data/FreeFileSync/stack.yml b/stacks/data/FreeFileSync/stack.yml deleted file mode 100644 index 83375d9..0000000 --- a/stacks/data/FreeFileSync/stack.yml +++ /dev/null @@ -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 \ No newline at end of file diff --git a/stacks/web/test/stack.yml b/stacks/web/test/stack.yml deleted file mode 100644 index 55456fb..0000000 --- a/stacks/web/test/stack.yml +++ /dev/null @@ -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 \ No newline at end of file