mirror of
https://github.com/goharbor/harbor
synced 2025-04-08 07:05:18 +00:00

Use non-root user to run the service within these docker images, and provide HEALTHCHECK mechanism.
8 lines
206 B
Plaintext
8 lines
206 B
Plaintext
LOG_LEVEL=debug
|
|
CONFIG_PATH=/etc/ui/app.conf
|
|
UI_SECRET=$ui_secret
|
|
JOBSERVICE_SECRET=$jobservice_secret
|
|
GODEBUG=netdns=cgo
|
|
ADMINSERVER_URL=http://adminserver:8080
|
|
UAA_CA_ROOT=/etc/ui/certificates/uaa_ca.pem
|