Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Commit c7ef84d

Browse files
committed
fix(CI): Update healthcheck URL to use HTTP instead of HTTPS
1 parent 1058300 commit c7ef84d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ services:
4141
- traefik # Utiliser le réseau Traefik pour la communication entre les services
4242
- db # Utiliser le réseau de la base de données pour la communication
4343
healthcheck:
44-
test: ["CMD-SHELL", "curl -f https://localhost:8080/v1/version || exit 1"]
44+
test: ["CMD-SHELL", "curl -f http://localhost:8080/v1/version || exit 1"]
4545
interval: 10s
4646
timeout: 5s
4747
retries: 5

0 commit comments

Comments
 (0)