Skip to content

Commit 661d31d

Browse files
committed
docker: Wait broker before starting zpc
Origin: SiliconLabsSoftware#85 Relate-to: SiliconLabsSoftware/z-wave-engine-application-layer#23 Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent 78dfbc4 commit 661d31d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ services:
2222
devices:
2323
- ${ZPC_DEVICE:-/dev/ttyACM0}:/dev/ttyUSB0
2424
depends_on:
25-
- broker
25+
- broker:
26+
conditions: service_started
2627
environment:
2728
ZPC_ARGS: "--"

0 commit comments

Comments
 (0)