Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
aurweb
Commits
4edae501
Verified
Commit
4edae501
authored
Nov 28, 2021
by
Kevin Morris
Browse files
change(docker): remove ca dependencies on php-fpm/fastapi
Signed-off-by:
Kevin Morris
<
kevr@0cost.org
>
parent
9f9b1c17
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
4edae501
...
...
@@ -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
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment