✨ add FreeFileSync service configuration to stack
This commit is contained in:
19
stacks/data/FreeFileSync/stack.yml
Normal file
19
stacks/data/FreeFileSync/stack.yml
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user