We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3da40fe commit 2f18cacCopy full SHA for 2f18cac
templates/docker-compose-ha.yml.j2
@@ -42,6 +42,8 @@ services:
42
43
evcc:
44
container_name: evcc
45
+ depends_on:
46
+ - mosquitto
47
healthcheck:
48
test: ["CMD", "wget", "-O", "/dev/null", "http://localhost:7070/api/health"]
49
interval: 10s
0 commit comments