fix: use websecure entrypoint and ovh certresolver for forge Traefik
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
c6b71a61f0
commit
d683f88038
1 changed files with 2 additions and 2 deletions
|
|
@ -26,9 +26,9 @@ services:
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.citygame.rule=Host(`citygame.pele.cam`)"
|
- "traefik.http.routers.citygame.rule=Host(`citygame.pele.cam`)"
|
||||||
- "traefik.http.routers.citygame.entrypoints=https"
|
- "traefik.http.routers.citygame.entrypoints=websecure"
|
||||||
- "traefik.http.routers.citygame.tls=true"
|
- "traefik.http.routers.citygame.tls=true"
|
||||||
- "traefik.http.routers.citygame.tls.certresolver=letsencrypt"
|
- "traefik.http.routers.citygame.tls.certresolver=ovh"
|
||||||
- "traefik.http.services.citygame.loadbalancer.server.port=80"
|
- "traefik.http.services.citygame.loadbalancer.server.port=80"
|
||||||
- "traefik.docker.network=proxy"
|
- "traefik.docker.network=proxy"
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue