🤖 TEST:

This commit is contained in:
Yuri-Lima
2023-08-28 10:28:55 +00:00
parent 1848263427
commit dd7e84501a
2 changed files with 11 additions and 15 deletions

View File

@@ -21,17 +21,13 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.routers.phxalpha.entrypoints=https"
- "traefik.http.routers.phxalpha.rule=Host(`phx.yurilima.uk`)"
- "traefik.http.routers.phxalpha.rule=Host(`alpha.phx-erp.de`)"
- "traefik.http.routers.phxalpha.middlewares=secHeaders@file"
- "traefik.http.routers.phxalpha.tls=true"
- "traefik.http.routers.phxalpha.tls.certresolver=http"
- "traefik.http.routers.phxalpha.service=phxalpha"
- "traefik.http.services.phxalpha.loadbalancer.server.port=80"
- "traefik.docker.network=proxy"
- "traefik.http.routers.phxalpha-insecure.entrypoints=http"
- "traefik.http.routers.phxalpha-insecure.rule=Host(`phx.yurilima.uk`)"
- "traefik.http.routers.phxalpha-insecure.tls=false"
networks:
- frontend
depends_on: