Compare commits

...

2 Commits

Author SHA1 Message Date
Brieuc Dubois 5578b95414 Syncthing update 2024-01-30 20:14:52 +01:00
Brieuc Dubois 066bfa17f5 Watchtower remove unused volumes 2024-01-30 20:14:32 +01:00
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ services:
- "traefik.http.routers.syncthing.tls=true" - "traefik.http.routers.syncthing.tls=true"
- "traefik.http.routers.syncthing.tls.certresolver=http" - "traefik.http.routers.syncthing.tls.certresolver=http"
- "traefik.http.routers.syncthing.middlewares=authelia@docker" - "traefik.http.routers.syncthing.middlewares=authelia@docker"
- "com.centurylinklabs.watchtower.enable=true"
ports: ports:
- 22000:22000/tcp # TCP file transfers - 22000:22000/tcp # TCP file transfers
- 22000:22000/udp # QUIC file transfers - 22000:22000/udp # QUIC file transfers

View File

@ -8,6 +8,7 @@ services:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
command: command:
- "--cleanup" - "--cleanup"
- "--remove-volumes"
- "--schedule=0 0 3 * * SAT" - "--schedule=0 0 3 * * SAT"
- "--label-enable" - "--label-enable"
#- "--monitor-only" #- "--monitor-only"