mqtt/sec/docker-compose.yml hinzugefügt
This commit is contained in:
18
mqtt/sec/docker-compose.yml
Normal file
18
mqtt/sec/docker-compose.yml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
services:
|
||||||
|
eclipse-mosquitto:
|
||||||
|
stdin_open: true
|
||||||
|
tty: true
|
||||||
|
ports:
|
||||||
|
- "${MQTT_TLS_PORT:-8883}:8883"
|
||||||
|
- "${MQTT_WSS_PORT:-9443}:9443"
|
||||||
|
restart: unless-stopped
|
||||||
|
container_name: ${NAME}
|
||||||
|
volumes:
|
||||||
|
- ${VOLUME_ROOT}/config:/mosquitto/config
|
||||||
|
- ${VOLUME_ROOT}/data:/mosquitto/data
|
||||||
|
- ${VOLUME_ROOT}/log:/mosquitto/log
|
||||||
|
- /etc/ssl/certs:/mosquitto/certs:ro
|
||||||
|
image: ${IMAGE}
|
||||||
|
dns:
|
||||||
|
- ${DNS_SERVER}
|
||||||
|
|
||||||
Reference in New Issue
Block a user