docker
This commit is contained in:
parent
070b5b0a6e
commit
eee2089432
@ -20,11 +20,10 @@ services:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.http.routers.traefik_https.rule=Host(`huguettes.freeboxos.fr`) && Path(`/traefik`)
|
- traefik.http.routers.api.rule=Host(`huguettes.freeboxos.fr`) && Path(`/dashboard`) || Host(`huguettes.freeboxos.fr`) && Path(`/api`)
|
||||||
- traefik.http.routers.traefik_https.entrypoints=websecure
|
- traefik.http.routers.api.tls=true
|
||||||
- traefik.http.routers.traefik_https.tls=true
|
- traefik.http.routers.api.tls.certResolver=myresolver
|
||||||
- traefik.http.routers.traefik_https.tls.certResolver=myresolver
|
- traefik.http.routers.api.service=api@internal
|
||||||
- traefik.http.routers.traefik_https.service=api@internal
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user