Remove healthcheck dependency
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 23:23:22 -04:00
parent 870050d782
commit 8b5d9b706b

View file

@ -1,5 +1,3 @@
version: '3.8'
services:
registry:
image: registry:2
@ -23,8 +21,7 @@ services:
- REGISTRY_TITLE=ShareNet Registry
- REGISTRY_URL=https://YOUR_CI_CD_IP:8080
depends_on:
registry:
condition: service_healthy
- registry
restart: unless-stopped
networks:
- registry_network