diff --git a/docker-compose.yml b/docker-compose.yml index 3e4fa87..4aa53b8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -22,8 +22,6 @@ volumes: configs: mosquitto_config: content: | - listener 1883 - allow_anonymous true - - - \ No newline at end of file + debug=${DEBUG} + spring.application.admin.enabled=${DEBUG} + spring.application.name=${COMPOSE_PROJECT_NAME} \ No newline at end of file