mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-22 08:38:03 +01:00
Add log denpendency ti trivy
To void trivy can not start issue Signed-off-by: DQ <dengq@vmware.com>
This commit is contained in:
parent
b3012ec08d
commit
a251e90507
@ -554,12 +554,13 @@ services:
|
|||||||
cap_drop:
|
cap_drop:
|
||||||
- ALL
|
- ALL
|
||||||
dns_search: .
|
dns_search: .
|
||||||
networks:
|
|
||||||
- harbor
|
|
||||||
{% if external_redis == False %}
|
|
||||||
depends_on:
|
depends_on:
|
||||||
|
- log
|
||||||
|
{% if external_redis == False %}
|
||||||
- redis
|
- redis
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
networks:
|
||||||
|
- harbor
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: {{data_volume}}/trivy-adapter/trivy
|
source: {{data_volume}}/trivy-adapter/trivy
|
||||||
|
Loading…
Reference in New Issue
Block a user