From 4edae5015a2ebef8f3460584bce5b46f981ab03c Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Sun, 28 Nov 2021 19:53:34 -0800 Subject: [PATCH] change(docker): remove ca dependencies on php-fpm/fastapi Signed-off-by: Kevin Morris --- docker-compose.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5347569a..ebc760d4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -200,8 +200,6 @@ services: test: "bash /docker/health/php.sh" interval: 2s depends_on: - ca: - condition: service_started git: condition: service_healthy memcached: @@ -231,8 +229,6 @@ services: test: "bash /docker/health/fastapi.sh ${FASTAPI_BACKEND}" interval: 2s depends_on: - ca: - condition: service_started git: condition: service_healthy redis: @@ -258,6 +254,8 @@ services: test: "bash /docker/health/nginx.sh" interval: 2s depends_on: + ca: + condition: service_started cgit-php: condition: service_healthy cgit-fastapi: