Publish MQTT
All checks were successful
Build, Push and Run Container / build (push) Successful in 3s
All checks were successful
Build, Push and Run Container / build (push) Successful in 3s
This commit is contained in:
@@ -43,12 +43,15 @@ jobs:
|
||||
docker run -d \
|
||||
--name automatic-parking \
|
||||
--network traefik \
|
||||
--network-alias mqtt \
|
||||
--label 'traefik.enable=true' \
|
||||
--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.tls.certresolver=le' \
|
||||
--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' \
|
||||
-e ASPNETCORE_ENVIRONMENT=Development \
|
||||
docker-registry.automatic-parking.dev/automatic-parking:poc
|
||||
|
||||
docker-registry.automatic-parking.dev/automatic-parking:poc
|
||||
Reference in New Issue
Block a user