Publish MQTT
All checks were successful
Build, Push and Run Container / build (push) Successful in 3s

This commit is contained in:
2025-08-18 15:04:29 +02:00
parent 1aa42c1cd6
commit 166ac0b290

View File

@@ -43,12 +43,15 @@ jobs:
docker run -d \ docker run -d \
--name automatic-parking \ --name automatic-parking \
--network traefik \ --network traefik \
--network-alias mqtt \
--label 'traefik.enable=true' \ --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`)' \
--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' \
--label 'traefik.tcp.routers.mqtt.rule=HostSNI(`*`)' \
--label 'traefik.tcp.routers.mqtt.entrypoints=mqtt' \
--label 'traefik.tcp.services.mqtt.loadbalancer.server.port=1883' \
--label 'traefik.docker.network=traefik' \ --label 'traefik.docker.network=traefik' \
-e ASPNETCORE_ENVIRONMENT=Development \ -e ASPNETCORE_ENVIRONMENT=Development \
docker-registry.automatic-parking.dev/automatic-parking:poc docker-registry.automatic-parking.dev/automatic-parking:poc