Make RX router
This commit is contained in:
parent
be85320121
commit
330f9ee929
1 changed files with 5 additions and 4 deletions
|
@ -24,10 +24,11 @@ services:
|
|||
- --api.dashboard=true
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.dashboard.rule=Host(`traefik.yuuk1.uk`)
|
||||
- traefik.http.routers.dashboard.tls=true
|
||||
- traefik.http.routers.dashboard.tls.certResolver=letsencrypt
|
||||
- traefik.http.routers.dashboard.service=api@internal
|
||||
- traefik.http.routers.RX.rule=Host(`traefik.yuuk1.uk`)
|
||||
- traefik.http.routers.RX.entryPoints=websecure
|
||||
- traefik.http.routers.RX.tls=true
|
||||
- traefik.http.routers.RX.tls.certResolver=letsencrypt
|
||||
- traefik.http.routers.RX.service=api@internal
|
||||
environment:
|
||||
- CF_DNS_API_TOKEN=${CF_DNS_API_TOKEN}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue