Update for new SECRET_ naming

This commit is contained in:
3wc
2020-12-14 11:56:31 +02:00
parent ebb2036510
commit 26fa0bdfd3
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -76,10 +76,10 @@ 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}
db_password:
external: true
name: ${STACK_NAME}_db_password_${DB_PASSWORD_VERSION}
name: ${STACK_NAME}_db_password_${SECRET_DB_PASSWORD_VERSION}
configs:
entrypoint_conf: