This commit is contained in:
parent
75fb69c467
commit
24c7e81a66
@ -5,6 +5,6 @@ DOMAIN=strapi.example.com
|
||||
#EXTRA_DOMAINS=', `www.strapi.example.com`'
|
||||
LETS_ENCRYPT_ENV=production
|
||||
|
||||
DB_ROOT_PASSWORD_VERSION=v1
|
||||
SECRET_DB_ROOT_PASSWORD_VERSION=v1
|
||||
|
||||
ENTRYPOINT_CONF_VERSION=v1
|
||||
|
@ -64,7 +64,7 @@ volumes:
|
||||
secrets:
|
||||
db_root_password:
|
||||
external: true
|
||||
name: ${STACK_NAME}_db_root_password_${DB_ROOT_PASSWORD_VERSION}
|
||||
name: ${STACK_NAME}_db_root_password_${SECRET_DB_ROOT_PASSWORD_VERSION}
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
|
Loading…
x
Reference in New Issue
Block a user