Loading .gitlab-ci.yml +5 −4 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ include: stages: - deploy .deploy: variables: STACK: mqtt SERVICES_TO_CHECK: mqtt_${CI_PROJECT_NAME} mqtt_vmq-redis Loading deploy/.env +0 −1 Original line number Diff line number Diff line Loading @@ -13,5 +13,4 @@ MQTT_PORT=1883 EXTERNAL_SECURE_MQTT_PORT=8883 SECURE_MQTT_PORT=8883 PORT_MODE=ingress HTTP_PORT=8888 REDIS_DATA_VOL_NAME=vernemq-redis-data-vol deploy/docker-compose.tmpl.yml +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ services: labels: traefik.frontend.rule: Host:${TRAEFIK_SUBDOMAIN:-vernemq}.${PUBLIC_HOSTNAME};AddPrefix:/status traefik.backend: vernemq traefik.port: '${HTTP_PORT}' traefik.port: '${HTTP_PORT:-8888}' resources: limits: cpus: '${VERNEMQ_RESOURCES_LIMITS_CPUS:-1}' Loading Loading
.gitlab-ci.yml +5 −4 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ include: stages: - deploy .deploy: variables: STACK: mqtt SERVICES_TO_CHECK: mqtt_${CI_PROJECT_NAME} mqtt_vmq-redis Loading
deploy/.env +0 −1 Original line number Diff line number Diff line Loading @@ -13,5 +13,4 @@ MQTT_PORT=1883 EXTERNAL_SECURE_MQTT_PORT=8883 SECURE_MQTT_PORT=8883 PORT_MODE=ingress HTTP_PORT=8888 REDIS_DATA_VOL_NAME=vernemq-redis-data-vol
deploy/docker-compose.tmpl.yml +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ services: labels: traefik.frontend.rule: Host:${TRAEFIK_SUBDOMAIN:-vernemq}.${PUBLIC_HOSTNAME};AddPrefix:/status traefik.backend: vernemq traefik.port: '${HTTP_PORT}' traefik.port: '${HTTP_PORT:-8888}' resources: limits: cpus: '${VERNEMQ_RESOURCES_LIMITS_CPUS:-1}' Loading