Add 'docker_portainer_stacks/mqtt-explorer.yml'

This commit is contained in:
sthope 2022-02-05 09:22:36 +00:00
parent 5f37da00c9
commit 7a549537c2

View File

@ -0,0 +1,21 @@
---
version: "3.8"
volumes:
mqttexplorer:
services:
mqtt-explorer:
image: smeagolworms4/mqtt-explorer:latest
container_name: mqtt-explorer
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
- HTTP_PORT=4000
- CONFIG_PATH=/mqtt-explorer/config
volumes:
- mqttexplorer:/mqtt-explorer/config
ports:
- 4000:4000
restart: unless-stopped