diff --git a/documentation/chapters/templates/IaC/docker-compose.adoc b/documentation/chapters/templates/IaC/docker-compose.adoc index a0c3c1d..626f73a 100644 --- a/documentation/chapters/templates/IaC/docker-compose.adoc +++ b/documentation/chapters/templates/IaC/docker-compose.adoc @@ -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.