Remove healthcheck dependency
Some checks are pending
Some checks are pending
This commit is contained in:
parent
870050d782
commit
8b5d9b706b
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue