doc(Docker Compose): Add Registry user and pass
This commit is contained in:
parent
95c1fa46f5
commit
e727c93830
@ -68,6 +68,14 @@ We have a workaround for this, please override your script with the following:
|
||||
| The Container Registry that will be used to pull images.
|
||||
| "$CI_REGISTRY"
|
||||
|
||||
| DOCKER_REGISTRY_PASS
|
||||
| The passwort to the docker registry that should be used.
|
||||
| "$CI_REGISTRY_PASSWORD"
|
||||
|
||||
| DOCKER_REGISTRY_USER
|
||||
| The user to the docker registry that should be used.
|
||||
| "$CI_REGISTRY_USER"
|
||||
|
||||
| ENV_SETUP_FILE
|
||||
| If you want to use a .env file, this skript can be used to create one.
|
||||
Secrets should not be stored within your repository. Use the CI-CD Variables in the setting page.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user