change name of initial_root_password var
This commit is contained in:
@ -10,7 +10,7 @@ LETS_ENCRYPT_ENV=production
|
|||||||
GITLAB_CONF_VERSION=v1
|
GITLAB_CONF_VERSION=v1
|
||||||
|
|
||||||
GITLAB_ROOT_EMAIL="gitlab_admin@example.com"
|
GITLAB_ROOT_EMAIL="gitlab_admin@example.com"
|
||||||
SECRET_ADMIN_PASSWORD_VERSION=v1
|
SECRET_INITIAL_ROOT_PASSWORD_VERSION=v1
|
||||||
|
|
||||||
## Authentik Configuration
|
## Authentik Configuration
|
||||||
# SSO_PROVIDER_HOST="authentik.mydomain.com"
|
# SSO_PROVIDER_HOST="authentik.mydomain.com"
|
||||||
|
@ -42,7 +42,7 @@ services:
|
|||||||
secrets:
|
secrets:
|
||||||
initial_root_pasword:
|
initial_root_pasword:
|
||||||
external: true
|
external: true
|
||||||
name: ${STACK_NAME}_initial_root_password_${SECRET_ADMIN_PASSWORD_VERSION}
|
name: ${STACK_NAME}_initial_root_password_${SECRET_INITIAL_ROOT_PASSWORD_VERSION}
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
gitlabconfig:
|
gitlabconfig:
|
||||||
|
Reference in New Issue
Block a user