diff --git a/docker-compose.yml b/docker-compose.yml index a6cc519..ba4f387 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,9 @@ version: "3" + +configs: + mosquitto_config: + file: mosquitto.conf + services: app: image: eclipse-mosquitto:latest @@ -18,10 +23,3 @@ services: restart: unless-stopped volumes: data: - -configs: - mosquitto_config: - content: | - debug=1 - spring.application.admin.enabled=true - spring.application.name=aaa \ No newline at end of file