Fix formatting in healthcheck command for backend service in docker-compose.yml

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-28 11:07:56 +02:00
parent 5371bdce3b
commit fe41a8cbee
+1 -3
View File
@@ -1,5 +1,3 @@
version: '3.8'
services: services:
backend: backend:
build: build:
@@ -19,7 +17,7 @@ services:
networks: networks:
- app-network - app-network
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:12000/health"] test: [ "CMD", "curl", "-f", "http://localhost:12000/health" ]
interval: 30s interval: 30s
timeout: 10s timeout: 10s
retries: 3 retries: 3