Skip to content

Commit 2f18cac

Browse files
authored
Make evcc dependant on mosquitto (#134)
1 parent 3da40fe commit 2f18cac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/docker-compose-ha.yml.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ services:
4242

4343
evcc:
4444
container_name: evcc
45+
depends_on:
46+
- mosquitto
4547
healthcheck:
4648
test: ["CMD", "wget", "-O", "/dev/null", "http://localhost:7070/api/health"]
4749
interval: 10s

0 commit comments

Comments
 (0)