no unique db_password secret

This commit is contained in:
notplants
2025-11-02 14:13:20 -05:00
parent 293dd80e53
commit 3a33573fba

View File

@ -128,7 +128,6 @@ services:
- collaboration_server_secret
- minio_root_password
- postgres_password
- db_password
celery:
image: lasuite/impress-backend:v3.4.2
@ -149,7 +148,6 @@ services:
- collaboration_server_secret
- minio_root_password
- postgres_password
- db_password
y-provider:
@ -249,8 +247,6 @@ services:
- collaboration_server_secret
- minio_root_password
- postgres_password
- db_password
web:
image: nginx:1.29
@ -303,9 +299,6 @@ secrets:
postgres_password:
external: true
name: ${STACK_NAME}_postgres_password_${SECRET_POSTGRES_PASSWORD_VERSION}
db_password:
external: true
name: ${STACK_NAME}_db_password_${SECRET_DB_PASSWORD_VERSION}
collaboration_server_secret:
external: true
name: ${STACK_NAME}_collaboration_server_secret_${SECRET_COLLABORATION_SERVER_SECRET_VERSION}