# Image version for Mosquitto with Go auth plugin IMAGE_VERSION=latest # External address binding for Mosquitto ports BIND_ADDR=127.0.0.1 BIND_PORT_MQTT=1883 BIND_PORT_WS=1884 # Paths for configuration and data persistence CONFIG_DIR=./config DATA_DIR=./data LOG_DIR=./logs # Logging options LOG_MAX_SIZE=5m LOG_MAX_FILE=5