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}