This repository has been archived on 2025-11-16. You can view files and clone it, but cannot push or open issues or pull requests.
Files
swarm-production/stacks/data/FreeFileSync/stack.yml

19 lines
418 B
YAML

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