Improve and fix docker appdaemon (#848)

* Improve and fix docker appdaemon

- Hardcode the 4.2.3 tag version meanwhile latest version (4.4.0) is stable and working with nspanel (https://github.com/joBr99/nspanel-lovelace-ui/issues/847)
- Add Dashboard url for the webui of appdaemon on default appdaemon port 5050
- Add Timezone like in HA

* fix
This commit is contained in:
Lluís D
2023-04-09 18:10:28 +00:00
committed by GitHub
parent 0736f0009f
commit 006e64b958

View File

@@ -34,7 +34,7 @@ services:
appdaemon:
container_name: appdaemon
image: acockburn/appdaemon:latest
image: acockburn/appdaemon:4.2.3
environment:
- HA_URL=http://your-homeassistant-url:8123
- TOKEN="xxxxxx"