Change domain
Some checks failed
Build, Push and Run Container / build (push) Failing after 3s

This commit is contained in:
2025-08-12 21:36:18 +02:00
parent 49138d5b9d
commit 7fe4e6aef2
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ jobs:
--name automatic-parking \
--network traefik \
--label 'traefik.enable=true' \
--label 'traefik.http.routers.automatic-parking.rule=Host(`automatic-parking.app`)' \
--label 'traefik.http.routers.automatic-parking.rule=Host(`automatic-parking.app`) || Host(`tesla-connector.automatic-parking.app`)' \
--label 'traefik.http.routers.automatic-parking.entrypoints=websecure' \
--label 'traefik.http.routers.automatic-parking.tls.certresolver=le' \
--label 'traefik.http.services.automatic-parking.loadbalancer.server.port=8080' \