change name of initial_root_password var

This commit is contained in:
marlon 2024-10-02 12:15:50 -04:00
parent 7fbec3357f
commit ee0a839a7d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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