no unique db_password secret
This commit is contained in:
@ -128,7 +128,6 @@ services:
|
|||||||
- collaboration_server_secret
|
- collaboration_server_secret
|
||||||
- minio_root_password
|
- minio_root_password
|
||||||
- postgres_password
|
- postgres_password
|
||||||
- db_password
|
|
||||||
|
|
||||||
celery:
|
celery:
|
||||||
image: lasuite/impress-backend:v3.4.2
|
image: lasuite/impress-backend:v3.4.2
|
||||||
@ -149,7 +148,6 @@ services:
|
|||||||
- collaboration_server_secret
|
- collaboration_server_secret
|
||||||
- minio_root_password
|
- minio_root_password
|
||||||
- postgres_password
|
- postgres_password
|
||||||
- db_password
|
|
||||||
|
|
||||||
|
|
||||||
y-provider:
|
y-provider:
|
||||||
@ -249,8 +247,6 @@ services:
|
|||||||
- collaboration_server_secret
|
- collaboration_server_secret
|
||||||
- minio_root_password
|
- minio_root_password
|
||||||
- postgres_password
|
- postgres_password
|
||||||
- db_password
|
|
||||||
|
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: nginx:1.29
|
image: nginx:1.29
|
||||||
@ -303,9 +299,6 @@ secrets:
|
|||||||
postgres_password:
|
postgres_password:
|
||||||
external: true
|
external: true
|
||||||
name: ${STACK_NAME}_postgres_password_${SECRET_POSTGRES_PASSWORD_VERSION}
|
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:
|
collaboration_server_secret:
|
||||||
external: true
|
external: true
|
||||||
name: ${STACK_NAME}_collaboration_server_secret_${SECRET_COLLABORATION_SERVER_SECRET_VERSION}
|
name: ${STACK_NAME}_collaboration_server_secret_${SECRET_COLLABORATION_SERVER_SECRET_VERSION}
|
||||||
|
|||||||
Reference in New Issue
Block a user