19 lines
418 B
YAML
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: 2
|
|
placement:
|
|
constraints:
|
|
- node.hostname == p0
|
|
networks:
|
|
homelab:
|
|
external: true |