mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-23 10:45:45 +01:00
Merge pull request #4183 from ywk253100/180130_selinux
Add SELinux label for all volumes
This commit is contained in:
commit
f85761021d
@ -24,8 +24,8 @@ services:
|
||||
env_file:
|
||||
./common/config/clair/postgres_env
|
||||
volumes:
|
||||
- ./common/config/clair/postgresql-init.d/:/docker-entrypoint-initdb.d
|
||||
- /data/clair-db:/var/lib/postgresql/data
|
||||
- ./common/config/clair/postgresql-init.d/:/docker-entrypoint-initdb.d:z
|
||||
- /data/clair-db:/var/lib/postgresql/data:z
|
||||
logging:
|
||||
driver: "syslog"
|
||||
options:
|
||||
@ -41,7 +41,7 @@ services:
|
||||
depends_on:
|
||||
- postgres
|
||||
volumes:
|
||||
- ./common/config/clair:/config
|
||||
- ./common/config/clair:/config:z
|
||||
logging:
|
||||
driver: "syslog"
|
||||
options:
|
||||
|
@ -15,7 +15,7 @@ services:
|
||||
- notary-sig
|
||||
- harbor-notary
|
||||
volumes:
|
||||
- ./common/config/notary:/config
|
||||
- ./common/config/notary:/config:z
|
||||
depends_on:
|
||||
- notary-db
|
||||
- notary-signer
|
||||
@ -34,7 +34,7 @@ services:
|
||||
aliases:
|
||||
- notarysigner
|
||||
volumes:
|
||||
- ./common/config/notary:/config
|
||||
- ./common/config/notary:/config:z
|
||||
env_file:
|
||||
- ./common/config/notary/signer_env
|
||||
depends_on:
|
||||
@ -53,8 +53,8 @@ services:
|
||||
aliases:
|
||||
- mysql
|
||||
volumes:
|
||||
- ./common/config/notary/mysql-initdb.d:/docker-entrypoint-initdb.d
|
||||
- /data/notary-db:/var/lib/mysql
|
||||
- ./common/config/notary/mysql-initdb.d:/docker-entrypoint-initdb.d:z
|
||||
- /data/notary-db:/var/lib/mysql:z
|
||||
environment:
|
||||
- TERM=dumb
|
||||
- MYSQL_ALLOW_EMPTY_PASSWORD="true"
|
||||
|
@ -76,7 +76,7 @@ services:
|
||||
volumes:
|
||||
- ./common/config/ui/app.conf:/etc/ui/app.conf:z
|
||||
- ./common/config/ui/private_key.pem:/etc/ui/private_key.pem:z
|
||||
- ./common/config/ui/certificates/:/etc/ui/certificates/
|
||||
- ./common/config/ui/certificates/:/etc/ui/certificates/:z
|
||||
- /data/secretkey:/etc/ui/key:z
|
||||
- /data/ca_download/:/etc/ui/ca/:z
|
||||
- /data/psc/:/etc/ui/token/:z
|
||||
|
Loading…
Reference in New Issue
Block a user