fix: mosquitto conf
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 1883:1883
|
- 1883:1883
|
||||||
volumes:
|
volumes:
|
||||||
- ${REPO_DIR}/home-server/mosquitto/config:/mosquitto/config:rw
|
- ${REPO_DIR}/configurations/mosquitto/config:/mosquitto/config:rw
|
||||||
- mosquitto-data:/mosquitto
|
- mosquitto-data:/mosquitto
|
||||||
traefik:
|
traefik:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
allow_anonymous false
|
|
||||||
listener 1883
|
|
||||||
listener 9001
|
|
||||||
protocol websockets
|
|
||||||
persistence true
|
|
||||||
password_file /mosquitto/config/pwfile
|
|
||||||
persistence_file mosquitto.db
|
|
||||||
persistence_location /mosquitto/data/
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
admin:$7$101$kEph6X+U4i2qdSC5$Osz6gdmEmkLtO4ek0eGRBWzJpuaA6CcLImyPaGs13TWkKopFNUWCtHUDzyZ1U55yhFzIADhe0ppncJCFMlg5lQ==
|
|
||||||
Reference in New Issue
Block a user