synthing as local app
This commit is contained in:
@@ -17,9 +17,8 @@ services:
|
|||||||
- "com.centurylinklabs.watchtower.enable=true"
|
- "com.centurylinklabs.watchtower.enable=true"
|
||||||
# Traefik
|
# Traefik
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.syncthing.rule=Host(`syncthing.${PUBLIC_DOMAIN}`)"
|
- "traefik.http.routers.syncthing.rule=Host(`syncthing.${LOCAL_DOMAIN}`)"
|
||||||
- "traefik.http.routers.syncthing.entrypoints=https"
|
- "traefik.http.routers.syncthing.entrypoints=https"
|
||||||
- "traefik.http.routers.syncthing.tls.certresolver=myresolver"
|
|
||||||
- "traefik.http.routers.syncthing.tls=true"
|
- "traefik.http.routers.syncthing.tls=true"
|
||||||
- "traefik.http.routers.syncthing.service=syncthing-svc"
|
- "traefik.http.routers.syncthing.service=syncthing-svc"
|
||||||
- "traefik.http.services.syncthing-svc.loadbalancer.server.port=8384"
|
- "traefik.http.services.syncthing-svc.loadbalancer.server.port=8384"
|
||||||
|
|||||||
Reference in New Issue
Block a user