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

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