From 3a33573fba29013187ff508f9eb98f0612dbcd98 Mon Sep 17 00:00:00 2001 From: notplants Date: Sun, 2 Nov 2025 14:13:20 -0500 Subject: [PATCH] no unique db_password secret --- compose.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/compose.yml b/compose.yml index 87f27da..f7962e4 100644 --- a/compose.yml +++ b/compose.yml @@ -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}