chore: removed docker compose secrets
This commit is contained in:
@@ -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,3 +1,3 @@
|
||||
POSTGRES_DB=postgres
|
||||
POSTGRES_USER=postgres
|
||||
POSTGRES_PASSWORD_FILE=/run/secrets/postgres_password
|
||||
POSTGRES_PASSWORD=postgres
|
||||
|
||||
Reference in New Issue
Block a user