services: amqtt: image: amqtt container_name: amqtt ports: - "1883:1883" - "8080:8080" logging: driver: "json-file" options: max-size: "10m" max-file: "3" volumes: - ./broker.yaml:/app/conf/broker.yaml