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:
|
services:
|
||||||
registry:
|
registry:
|
||||||
image: registry:2
|
image: registry:2
|
||||||
|
@ -23,8 +21,7 @@ services:
|
||||||
- REGISTRY_TITLE=ShareNet Registry
|
- REGISTRY_TITLE=ShareNet Registry
|
||||||
- REGISTRY_URL=https://YOUR_CI_CD_IP:8080
|
- REGISTRY_URL=https://YOUR_CI_CD_IP:8080
|
||||||
depends_on:
|
depends_on:
|
||||||
registry:
|
- registry
|
||||||
condition: service_healthy
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- registry_network
|
- registry_network
|
||||||
|
|
Loading…
Add table
Reference in a new issue