ci: rename traefik service and router
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
bd36d8189c
commit
9eb5715baf
1 changed files with 5 additions and 5 deletions
|
@ -20,8 +20,8 @@ services:
|
|||
- traefik.enable=true
|
||||
- traefik.docker.network=rp_public
|
||||
- traefik.constraint-label=magenta_public
|
||||
- traefik.http.routers.pleshevski_https.rule=Host(`pleshevski.ru`)
|
||||
- traefik.http.routers.pleshevski_https.entrypoints=https
|
||||
- traefik.http.routers.pleshevski_https.tls=true
|
||||
- traefik.http.routers.pleshevski_https.tls.certresolver=le
|
||||
- traefik.http.services.pleshevski.loadbalancer.server.port=33334
|
||||
- traefik.http.routers.to_pleshevski_site.rule=Host(`pleshevski.ru`)
|
||||
- traefik.http.routers.to_pleshevski_site.entrypoints=https
|
||||
- traefik.http.routers.to_pleshevski_site.tls=true
|
||||
- traefik.http.routers.to_pleshevski_site.tls.certresolver=le
|
||||
- traefik.http.services.pleshevski_site.loadbalancer.server.port=33334
|
||||
|
|
Loading…
Reference in a new issue