mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-05 18:20:37 +01:00
221a8b0892
Update the template. Update the installation guide.
35 lines
655 B
Smarty
35 lines
655 B
Smarty
version: '2'
|
|
services:
|
|
ui:
|
|
networks:
|
|
harbor-clair:
|
|
aliases:
|
|
- harbor-ui
|
|
jobservice:
|
|
networks:
|
|
- harbor-clair
|
|
registry:
|
|
networks:
|
|
- harbor-clair
|
|
clair:
|
|
networks:
|
|
- harbor-clair
|
|
container_name: clair
|
|
image: vmware/clair-photon:__clair_version__
|
|
restart: always
|
|
cpu_quota: 150000
|
|
depends_on:
|
|
- log
|
|
volumes:
|
|
- ./common/config/clair:/config
|
|
logging:
|
|
driver: "syslog"
|
|
options:
|
|
syslog-address: "tcp://127.0.0.1:1514"
|
|
tag: "clair"
|
|
env_file:
|
|
./common/config/clair/clair_env
|
|
networks:
|
|
harbor-clair:
|
|
external: false
|