Update healthcheck in registry's docker-compose.yml to use HTTPS
Some checks are pending
CI/CD Pipeline / Test Backend (push) Waiting to run
CI/CD Pipeline / Test Frontend (push) Waiting to run
CI/CD Pipeline / Build and Push Docker Images (push) Blocked by required conditions
CI/CD Pipeline / Deploy to Production (push) Blocked by required conditions

This commit is contained in:
continuist 2025-06-28 16:59:01 -04:00
parent 61f5ea7713
commit 069ae0fed8

View file

@ -557,7 +557,7 @@ services:
networks: networks:
- registry_network - registry_network
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:5000/v2/_catalog"] test: ["CMD", "curl", "-k", "-f", "https://localhost:5000/v2/_catalog"]
interval: 30s interval: 30s
timeout: 10s timeout: 10s
retries: 3 retries: 3