From 8ae1ef6040b78c30ebfe04ceb2f80336a7e72be2 Mon Sep 17 00:00:00 2001 From: lorsan Date: Sun, 25 Jan 2026 12:32:30 +0300 Subject: [PATCH] Edit docker file --- docker-compose.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index c16539c..f62dfe4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -87,11 +87,6 @@ services: condition: service_healthy ports: - "3541:${BACKEND_PORT}" - healthcheck: - test: ["CMD-SHELL", "curl", "http://${BACKEND_HOST}:${BACKEND_PORT}/api/v1/health"] - interval: 5s - timeout: 5s - retries: 5 networks: - aether env_file: @@ -105,7 +100,7 @@ services: VITE_API_URL: ${VITE_API_URL} depends_on: backend: - condition: service_healthy + condition: service_started ports: - "${FRONTEND_PORT}:3000" networks: