From f6dcf8f65f837e297bceee89222216fe89e1cb91 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 27 Oct 2025 09:40:06 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20add=20FreeFileSync=20service=20conf?= =?UTF-8?q?iguration=20to=20stack?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stacks/data/FreeFileSync/stack.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 stacks/data/FreeFileSync/stack.yml diff --git a/stacks/data/FreeFileSync/stack.yml b/stacks/data/FreeFileSync/stack.yml new file mode 100644 index 0000000..a86cf88 --- /dev/null +++ b/stacks/data/FreeFileSync/stack.yml @@ -0,0 +1,19 @@ +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