diff --git a/docker/docker-compose.build.yml b/docker/docker-compose.build.yml index 28990692d..9887244e4 100644 --- a/docker/docker-compose.build.yml +++ b/docker/docker-compose.build.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: diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 3e708e918..2ef40e998 100644 --- a/docker/docker-compose.yml +++ b/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: