doc(Docker Compose): Add Registry user and pass

This commit is contained in:
Marcel Feix 2022-06-14 16:24:43 +02:00
parent 95c1fa46f5
commit e727c93830
No known key found for this signature in database
GPG Key ID: 04D016E104A25F03

View File

@ -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.