compose updates

This commit is contained in:
Waylon Walker 2023-05-27 19:27:01 -05:00
parent e6644cc770
commit a538fa8981
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
11 changed files with 49 additions and 36 deletions

View file

@ -28,7 +28,7 @@ services:
- "traefik.http.middlewares.syncthing-https-redirect.redirectscheme.scheme=https"
- "traefik.http.routers.syncthing.middlewares=syncthing-https-redirect"
- "traefik.http.routers.syncthing-secure.entrypoints=https"
- "traefik.http.routers.syncthing-secure.rule=Host(`syncthing.local.waylonwalker.com`)"
- "traefik.http.routers.syncthing-secure.rule=Host(`syncthing.${URL}`)"
- "traefik.http.routers.syncthing-secure.tls=true"
- "traefik.http.routers.syncthing-secure.service=syncthing"
- "traefik.http.services.syncthing.loadbalancer.server.port=8384"