docker-compose.yml aktualisiert
Deploy Standortpruefung / deploy (push) Failing after 3s Details

This commit is contained in:
gitea-enwelo-jba 2026-04-24 06:55:56 +00:00
parent 0a8d75f11d
commit d18905d19b
1 changed files with 11 additions and 7 deletions

View File

@ -1,17 +1,21 @@
services:
wind_tool_standortpruefung:
wind-tool-standortpruefung:
build: .
container_name: wind_tool_standortpruefung
container_name: wind-tool-standortpruefung
restart: always
networks:
- proxy
labels:
# 1. Aktivierung in Traefik
- "traefik.enable=true"
- "traefik.http.routers.wind_tool.rule=Host(`wind-tool-standortpruefung.enwelo-serverumgebung.cloud`)"
- "traefik.http.routers.wind_tool.entrypoints=websecure"
- "traefik.http.routers.wind_tool.tls=true"
- "traefik.http.routers.wind_tool.tls.certresolver=myresolver"
- "traefik.http.services.wind_tool.loadbalancer.server.port=80"
# 2. Router-Konfiguration
- "traefik.http.routers.wind-tool.rule=Host(`wind-tool-standortpruefung.enwelo-serverumgebung.cloud`)"
- "traefik.http.routers.wind-tool.entrypoints=websecure"
- "traefik.http.routers.wind-tool.tls.certresolver=le"
# 3. Port (Nginx im Container)
- "traefik.http.services.wind-tool.loadbalancer.server.port=80"
# 4. Authentik-Schutz
- "traefik.http.routers.wind-tool.middlewares=authentik@file"
networks:
proxy: