Remove circular dependency
Some checks are pending
Some checks are pending
This commit is contained in:
parent
5c8c9cc6e7
commit
54e6b9a35c
1 changed files with 0 additions and 3 deletions
|
@ -1,5 +1,3 @@
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
harbor-core:
|
harbor-core:
|
||||||
image: goharbor/harbor-core:v2.10.0
|
image: goharbor/harbor-core:v2.10.0
|
||||||
|
@ -8,7 +6,6 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- harbor-db
|
- harbor-db
|
||||||
- harbor-redis
|
- harbor-redis
|
||||||
- harbor-registry
|
|
||||||
environment:
|
environment:
|
||||||
- CONFIG_PATH=/etc/harbor/app.conf
|
- CONFIG_PATH=/etc/harbor/app.conf
|
||||||
- CORE_SECRET=your-core-secret
|
- CORE_SECRET=your-core-secret
|
||||||
|
|
Loading…
Add table
Reference in a new issue