fix: use websecure entrypoint and ovh certresolver for forge Traefik
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Camille 2026-05-31 00:27:26 +02:00
parent c6b71a61f0
commit d683f88038

View file

@ -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: