Add syncthing
This commit is contained in:
18
compose.yaml
18
compose.yaml
@@ -82,3 +82,21 @@ services:
|
||||
- "5055:5055"
|
||||
volumes:
|
||||
- seerr_data:/app/config
|
||||
|
||||
syncthing:
|
||||
image: lscr.io/linuxserver/syncthing:latest
|
||||
container_name: syncthing
|
||||
hostname: homelab-syncthing
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=America/Chicago
|
||||
volumes:
|
||||
- syncthing_data:/config
|
||||
- /mnt/nas/data:/data
|
||||
ports:
|
||||
- "8384:8384"
|
||||
- "22000:22000/tcp"
|
||||
- "22000:22000/udp"
|
||||
- "21027:21027/udp"
|
||||
|
||||
Reference in New Issue
Block a user