🔨」 fix: should be good to go

This commit is contained in:
2025-08-27 17:41:55 +02:00
parent 0c82c6441f
commit 5ff0fe7bac
4 changed files with 33 additions and 38 deletions

View File

@ -1,11 +1,9 @@
services:
front:
container_name: transcendence-front
proxy:
container_name: transcendence-proxy
build:
dockerfile: docker/proxy/Dockerfile.prod
context: ../../
ports:
- ${OUT_PORT}:443
volumes:
- log-nginx:/var/log/front
environment:
@ -17,4 +15,21 @@ services:
condition: service_started
networks:
- front
- traefik-back
restart: unless-stopped
healthcheck:
disable: true
labels:
- traefik.enable=true
- traefik.docker.network=traefik-back
- traefik.http.routers.trans.rule=Host(`trans.kanel.ovh`)
- traefik.http.routers.trans.entrypoints=websecure
- traefik.http.routers.trans.tls=true
- traefik.http.routers.trans.tls.certresolver=letsencrypt
- traefik.http.routers.trans.service=trans
- traefik.http.services.trans.loadbalancer.server.port=80
networks:
traefik-back:
external: true