File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ services:
1212 labels :
1313 # ### Labels define the behavior and rules of the traefik proxy for this container ####
1414 - " traefik.enable=true" # <== Enable traefik to proxy this container
15- - " traefik.http.routers.ted -api.rule=Host(`ted -api.${DOMAIN}`)" # <== Your Domain Name goes here for the http rule
16- - " traefik.http.routers.ted -api.entrypoints=web" # <== Defining the entrypoint for http, **ref: line 30
17- - " traefik.http.routers.ted -api.middlewares=redirect@file" # <== This is a middleware to redirect to https
18- - " traefik.http.routers.ted -api-secured.rule=Host(`ted -api.${DOMAIN}`)" # <== Your Domain Name for the https rule
19- - " traefik.http.routers.ted -api-secured.entrypoints=web-secured" # <== Defining entrypoint for https, **ref: line 31
20- - " traefik.http.routers.ted -api-secured.tls.certresolver=mytlschallenge" # <== Defining certsresolvers for https
15+ - " traefik.http.routers.digest -api.rule=Host(`digest -api.${DOMAIN}`)" # <== Your Domain Name goes here for the http rule
16+ - " traefik.http.routers.digest -api.entrypoints=web" # <== Defining the entrypoint for http, **ref: line 30
17+ - " traefik.http.routers.digest -api.middlewares=redirect@file" # <== This is a middleware to redirect to https
18+ - " traefik.http.routers.digest -api-secured.rule=Host(`digest -api.${DOMAIN}`)" # <== Your Domain Name for the https rule
19+ - " traefik.http.routers.digest -api-secured.entrypoints=web-secured" # <== Defining entrypoint for https, **ref: line 31
20+ - " traefik.http.routers.digest -api-secured.tls.certresolver=mytlschallenge" # <== Defining certsresolvers for https
2121
2222networks :
2323 proxy-net :
You can’t perform that action at this time.
0 commit comments