add port 8127
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name: TSUN-Proxy (Debug)
|
name: TSUN-Proxy (Debug)
|
||||||
description: MQTT Proxy for TSUN Photovoltaic Inverters with Debug Logging
|
description: MQTT Proxy for TSUN Photovoltaic Inverters with Debug Logging
|
||||||
version: 0.13.0-debug-2502232145
|
version: 0.13.0-debug-2502232207
|
||||||
image: docker.io/sallius/tsun-gen3-addon
|
image: docker.io/sallius/tsun-gen3-addon
|
||||||
url: https://github.com/s-allius/tsun-gen3-proxy
|
url: https://github.com/s-allius/tsun-gen3-proxy
|
||||||
slug: tsun-proxy-debug
|
slug: tsun-proxy-debug
|
||||||
@@ -23,6 +23,9 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
5005/tcp: 5005
|
5005/tcp: 5005
|
||||||
10000/tcp: 10000
|
10000/tcp: 10000
|
||||||
|
8127/tcp: 8127
|
||||||
|
port_description:
|
||||||
|
8127/tcp: Web interface
|
||||||
|
|
||||||
# FIXME: we disabled the watchdog due to exceptions in the ha supervisor. See: https://github.com/s-allius/tsun-gen3-proxy/issues/249
|
# FIXME: we disabled the watchdog due to exceptions in the ha supervisor. See: https://github.com/s-allius/tsun-gen3-proxy/issues/249
|
||||||
watchdog: "http://[HOST]:[PORT:8127]/-/healthy"
|
watchdog: "http://[HOST]:[PORT:8127]/-/healthy"
|
||||||
|
|||||||
Reference in New Issue
Block a user