diff --git a/docker-compose.yml b/docker-compose.yml index fc78dbf..2ae82dd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,3 @@ -version: '3.8' - services: backend: build: @@ -19,7 +17,7 @@ services: networks: - app-network healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:12000/health"] + test: [ "CMD", "curl", "-f", "http://localhost:12000/health" ] interval: 30s timeout: 10s retries: 3