This commit is contained in:
parent
7f0ea590e5
commit
0f1e57de99
25
docs/portainer-stacks/MQTT-Mosquitto.md
Normal file
25
docs/portainer-stacks/MQTT-Mosquitto.md
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
Portainer Stack:
|
||||||
|
```
|
||||||
|
---
|
||||||
|
version: "3.8"
|
||||||
|
services:
|
||||||
|
mqtt:
|
||||||
|
container_name: mqtt
|
||||||
|
hostname: mqtt
|
||||||
|
image: eclipse-mosquitto:latest
|
||||||
|
restart: unless-stopped
|
||||||
|
network_mode: bridge
|
||||||
|
user: "1000:1000"
|
||||||
|
environment:
|
||||||
|
- TZ=Europe/Amsterdam
|
||||||
|
volumes:
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
- /mqtt/config:/mosquitto/config
|
||||||
|
- /mqtt/data:/mosquitto/data
|
||||||
|
- /mqtt/log:/mosquitto/log
|
||||||
|
ports:
|
||||||
|
- 9001:9001
|
||||||
|
- 1883:1883
|
||||||
|
labels:
|
||||||
|
- com.centurylinklabs.watchtower.enable=true
|
||||||
|
```
|
@ -79,6 +79,7 @@ nav:
|
|||||||
- Heimdall: portainer-stacks/heimdall.md
|
- Heimdall: portainer-stacks/heimdall.md
|
||||||
- Jellyfin: portainer-stacks/jellyfin.md
|
- Jellyfin: portainer-stacks/jellyfin.md
|
||||||
- MQTT-Explorer: portainer-stacks/mqtt-explorer.md
|
- MQTT-Explorer: portainer-stacks/mqtt-explorer.md
|
||||||
|
- MQTT-Mosquitto: portainer-stacks/MQTT-Mosquitto.md
|
||||||
- Octoprint: portainer-stacks/octoprint.md
|
- Octoprint: portainer-stacks/octoprint.md
|
||||||
- qBittorrent: portainer-stacks/qbittorrent.md
|
- qBittorrent: portainer-stacks/qbittorrent.md
|
||||||
- Samba: portainer-stacks/samba.md
|
- Samba: portainer-stacks/samba.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user