Skip to content

Commit 9b2588a

Browse files
committed
Add dependency on dashboard service for signal
Signed-off-by: bcmmbaga <[email protected]>
1 parent ff718ed commit 9b2588a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

infrastructure_files/docker-compose.yml.tmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ services:
4040
signal:
4141
<<: *default
4242
image: netbirdio/signal:$NETBIRD_SIGNAL_TAG
43+
depends_on:
44+
- dashboard
4345
volumes:
4446
- $SIGNAL_VOLUMENAME:/var/lib/netbird
4547
- $LETSENCRYPT_VOLUMENAME:/etc/letsencrypt:ro

0 commit comments

Comments
 (0)