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