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