traffik
This commit is contained in:
parent
1bee4fd9d6
commit
f154911284
@ -18,6 +18,15 @@ services:
|
|||||||
- /volume1/docker/traefik/conf/traefik.yml:/etc/traefik/traefik.yml
|
- /volume1/docker/traefik/conf/traefik.yml:/etc/traefik/traefik.yml
|
||||||
- /volume1/docker/traefik/conf/rules.yaml:/etc/traefik/rules.yaml
|
- /volume1/docker/traefik/conf/rules.yaml:/etc/traefik/rules.yaml
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
labels:
|
||||||
|
- traefik.enable: true
|
||||||
|
- traefik.http.routers.traefik_https.rule: Host(`huguettes.freeboxos.fr`) && Path(`/traefik`)
|
||||||
|
- traefik.http.routers.traefik_https.entrypoints: websecure
|
||||||
|
- traefik.http.routers.traefik_https.tls: true
|
||||||
|
- traefik.http.routers.traefik_https.tls.certResolver: myresolver
|
||||||
|
- traefik.http.routers.traefik_https.service: api@internal
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
whoami:
|
whoami:
|
||||||
# A container that exposes an API to show its IP address
|
# A container that exposes an API to show its IP address
|
||||||
|
Loading…
Reference in New Issue
Block a user