Browse Source
ci: remove redundant healthchecks
Signed-off-by: rare-magma <rare-magma@posteo.eu>
pull/3614/head
rare-magma
1 year ago
Failed to extract signature
2 changed files with
0 additions and
10 deletions
-
docker/docker-compose.build.yml
-
docker/docker-compose.yml
|
|
@ -16,11 +16,6 @@ services: |
|
|
|
condition: service_healthy |
|
|
|
redis: |
|
|
|
condition: service_healthy |
|
|
|
healthcheck: |
|
|
|
test: ['CMD-SHELL', 'curl -f http://localhost:3333/api/v1/health'] |
|
|
|
interval: 10s |
|
|
|
timeout: 5s |
|
|
|
retries: 5 |
|
|
|
postgres: |
|
|
|
image: postgres:15 |
|
|
|
env_file: |
|
|
|
|
|
@ -16,11 +16,6 @@ services: |
|
|
|
condition: service_healthy |
|
|
|
redis: |
|
|
|
condition: service_healthy |
|
|
|
healthcheck: |
|
|
|
test: ['CMD-SHELL', 'curl -f http://localhost:3333/api/v1/health'] |
|
|
|
interval: 10s |
|
|
|
timeout: 5s |
|
|
|
retries: 5 |
|
|
|
postgres: |
|
|
|
image: postgres:15 |
|
|
|
env_file: |
|
|
|