Update docker-compose.yml

add further helpful labels when proxying to https services
This commit is contained in:
LRVT 2023-02-19 21:28:16 +01:00 committed by GitHub
parent 95cf85e1a6
commit a6b9ee90e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,8 @@ services:
# - traefik.enable=true # - traefik.enable=true
# - traefik.http.routers.CHANGEME.rule=Host(`service.example.com`) # - traefik.http.routers.CHANGEME.rule=Host(`service.example.com`)
# - traefik.http.services.CHANGEME.loadbalancer.server.port=8080 # - traefik.http.services.CHANGEME.loadbalancer.server.port=8080
# - traefik.http.services.CHANGEME.loadbalancer.server.scheme=https # optional, but sometines necessary when proxying to https services
# - traefik.http.services.CHANGEME.loadbalancer.serverstransport=insecureTransport@file # optional, but sometines necessary when proxying to https services
# - traefik.docker.network=proxy # - traefik.docker.network=proxy
# # Part for optional traefik middlewares # # Part for optional traefik middlewares
# - traefik.http.routers.CHANGEME.middlewares=local-ipwhitelist@file # - traefik.http.routers.CHANGEME.middlewares=local-ipwhitelist@file