diff --git a/infrastructure/pgadmin/.env.template b/infrastructure/pgadmin/.env.template index 32b6c66..292edfa 100644 --- a/infrastructure/pgadmin/.env.template +++ b/infrastructure/pgadmin/.env.template @@ -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 diff --git a/infrastructure/postgres/.env.template b/infrastructure/postgres/.env.template index 9ad6d4b..8acbdb3 100644 --- a/infrastructure/postgres/.env.template +++ b/infrastructure/postgres/.env.template @@ -1,3 +1,3 @@ POSTGRES_DB=postgres POSTGRES_USER=postgres -POSTGRES_PASSWORD_FILE=/run/secrets/postgres_password +POSTGRES_PASSWORD=postgres