zigbee2mqtt documentation and reverse proxy
All checks were successful
Portainer stack nginx / deploy (push) Successful in 4s
Portainer stack zigbee2mqtt / deploy (push) Successful in 3s

This commit is contained in:
2024-08-29 23:35:33 +01:00
parent 283104463b
commit 4bcb3c2501
3 changed files with 57 additions and 4 deletions

View File

@@ -9,12 +9,20 @@ services:
- /run/udev:/run/udev:ro
ports:
# Frontend port
- 8085:8080
#- 8085:8080
environment:
- TZ=Europe/Lisbon
devices:
# Make sure this matched your adapter location
- /dev/ttyUSB0:/dev/ttyUSB0
networks:
zigbee2mqtt:
reverseproxy_public:
volumes:
data:
networks:
zigbee2mqtt:
reverseproxy_public:
external: true