From d01dd1034b38fc44e07f360e1d0c39dd6e66e6bd Mon Sep 17 00:00:00 2001 From: muhammadvadud Date: Wed, 3 Dec 2025 01:38:11 +0500 Subject: [PATCH] Fix stackfile --- stack.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/stack.yaml b/stack.yaml index d3a8a87..ad45cae 100644 --- a/stack.yaml +++ b/stack.yaml @@ -7,8 +7,6 @@ services: - POSTGRES_USER=postgres - POSTGRES_DB=uzxarid - POSTGRES_PASSWORD_FILE=/run/secrets/postgres_password - secrets: - - postgres_password networks: - uzxarid volumes: @@ -196,7 +194,3 @@ volumes: driver: local logs: driver: local - -secrets: - postgres_password: - external: true