chore: removed docker compose secrets

This commit is contained in:
ITQ
2025-07-25 16:21:06 +03:00
parent e5f3553f6d
commit 8c1ed19966
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -1,2 +1,4 @@
PGADMIN_DEFAULT_EMAIL=admin@mail.com
PGADMIN_DEFAULT_PASSWORD_FILE=/run/secrets/pgadmin_password
PGADMIN_DEFAULT_PASSWORD=password
PGADMIN_DISABLE_POSTFIX=True
PGADMIN_REPLACE_SERVERS_ON_STARTUP=True
+1 -1
View File
@@ -1,3 +1,3 @@
POSTGRES_DB=postgres
POSTGRES_USER=postgres
POSTGRES_PASSWORD_FILE=/run/secrets/postgres_password
POSTGRES_PASSWORD=postgres