Trigger CI/CD
Some checks failed
Build, Push and Run Container / build (push) Failing after 20s

This commit is contained in:
2025-08-06 17:48:20 +02:00
parent b7b5790620
commit eee0cf8ecb

View File

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