mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
change(docker): remove ca dependencies on php-fpm/fastapi
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
9f9b1c1732
commit
4edae5015a
1 changed files with 2 additions and 4 deletions
|
@ -200,8 +200,6 @@ services:
|
||||||
test: "bash /docker/health/php.sh"
|
test: "bash /docker/health/php.sh"
|
||||||
interval: 2s
|
interval: 2s
|
||||||
depends_on:
|
depends_on:
|
||||||
ca:
|
|
||||||
condition: service_started
|
|
||||||
git:
|
git:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
memcached:
|
memcached:
|
||||||
|
@ -231,8 +229,6 @@ services:
|
||||||
test: "bash /docker/health/fastapi.sh ${FASTAPI_BACKEND}"
|
test: "bash /docker/health/fastapi.sh ${FASTAPI_BACKEND}"
|
||||||
interval: 2s
|
interval: 2s
|
||||||
depends_on:
|
depends_on:
|
||||||
ca:
|
|
||||||
condition: service_started
|
|
||||||
git:
|
git:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
redis:
|
redis:
|
||||||
|
@ -258,6 +254,8 @@ services:
|
||||||
test: "bash /docker/health/nginx.sh"
|
test: "bash /docker/health/nginx.sh"
|
||||||
interval: 2s
|
interval: 2s
|
||||||
depends_on:
|
depends_on:
|
||||||
|
ca:
|
||||||
|
condition: service_started
|
||||||
cgit-php:
|
cgit-php:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
cgit-fastapi:
|
cgit-fastapi:
|
||||||
|
|
Loading…
Add table
Reference in a new issue