Update Docker Compose files for various stacks

This commit is contained in:
Kelin
2026-01-26 19:11:16 -05:00
parent 7eb0e97393
commit 1a78578be3
10 changed files with 55 additions and 51 deletions

View File

@@ -240,3 +240,19 @@ networks:
external: true
traefik-network:
external: true
x-dockge:
urls:
# Proxied URLs (through Traefik)
- https://ha.${DOMAIN}
- http://${SERVER_IP}:8123
- https://esphome.${DOMAIN}
- http://${SERVER_IP}:6052
- https://tasmoadmin.${DOMAIN}
- http://${SERVER_IP}:8084
- https://motioneye.${DOMAIN}
- http://${SERVER_IP}:8765
- https://nodered.${DOMAIN}
- http://${SERVER_IP}:1880
- mqtt://${SERVER_IP}:1883
- https://zigbee2mqtt.${DOMAIN}