Browse Source

ci: remove redundant healthchecks

Signed-off-by: rare-magma <rare-magma@posteo.eu>
pull/3614/head
rare-magma 1 year ago
parent
commit
59697c60e6
Failed to extract signature
  1. 5
      docker/docker-compose.build.yml
  2. 5
      docker/docker-compose.yml

5
docker/docker-compose.build.yml

@ -16,11 +16,6 @@ services:
condition: service_healthy condition: service_healthy
redis: redis:
condition: service_healthy condition: service_healthy
healthcheck:
test: ['CMD-SHELL', 'curl -f http://localhost:3333/api/v1/health']
interval: 10s
timeout: 5s
retries: 5
postgres: postgres:
image: postgres:15 image: postgres:15
env_file: env_file:

5
docker/docker-compose.yml

@ -16,11 +16,6 @@ services:
condition: service_healthy condition: service_healthy
redis: redis:
condition: service_healthy condition: service_healthy
healthcheck:
test: ['CMD-SHELL', 'curl -f http://localhost:3333/api/v1/health']
interval: 10s
timeout: 5s
retries: 5
postgres: postgres:
image: postgres:15 image: postgres:15
env_file: env_file:

Loading…
Cancel
Save