Add 'docker_portainer_stacks/mqtt-explorer.yml'
This commit is contained in:
parent
5f37da00c9
commit
7a549537c2
21
docker_portainer_stacks/mqtt-explorer.yml
Normal file
21
docker_portainer_stacks/mqtt-explorer.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user