change(docker): remove ca dependencies on php-fpm/fastapi

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-11-28 19:53:34 -08:00
parent 9f9b1c1732
commit 4edae5015a
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -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: