fix: chat

This commit is contained in:
2025-10-10 23:00:31 +02:00
parent f99f0091fa
commit 3ededef3f4
2 changed files with 11 additions and 2 deletions

View File

@@ -34,8 +34,15 @@ services:
- 'traefik.http.routers.${COMPOSE_PROJECT_NAME}-web-secure.middlewares=${COMPOSE_PROJECT_NAME}-web-secure-compress'
- 'traefik.http.services.${COMPOSE_PROJECT_NAME}-web-secure.loadbalancer.server.port=${APP_PORT}'
- 'traefik.docker.network=${NETWORK_NAME}'
mosquitto:
container_name: ${COMPOSE_PROJECT_NAME}_mqtt
image: eclipse-mosquitto
restart: unless-stopped
networks:
- kompose_network
volumes:
- ./mosquitto.conf:/mosquitto/config/mosquitto.conf
networks:
kompose_network:
name: ${NETWORK_NAME}
name: ${NETWORK_NAME:-kompose}
external: true

View File

@@ -0,0 +1,2 @@
allow_anonymous true
listener 1883 0.0.0.0