Passwordless PostgreSQL connections
This commit is contained in:
parent
3de6b46465
commit
f340bd50c7
@ -52,7 +52,8 @@ local startDb(db) = if db == "postgres" then {
|
||||
detach: true,
|
||||
environment: {
|
||||
POSTGRES_USER: "postgres",
|
||||
POSTGRES_DB: "plume"
|
||||
POSTGRES_DB: "plume",
|
||||
POSTGRES_HOST_AUTH_METHOD: "trust",
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user