From ac9cfd09ea1085a457fd8a1815ef8fdc86068cb3 Mon Sep 17 00:00:00 2001 From: sadnub Date: Sat, 23 Apr 2022 12:28:13 -0400 Subject: [PATCH] fix init container not having access to the redis service --- docker/docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 46e7274f..de2f0686 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -65,9 +65,11 @@ services: depends_on: - tactical-postgres - tactical-meshcentral + - tactical-redis networks: - api-db - proxy + - redis volumes: - tactical_data:/opt/tactical - mesh_data:/meshcentral-data