mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-12-23 02:26:36 +00:00
Passwordless PostgreSQL connections
This commit is contained in:
parent
3de6b46465
commit
f340bd50c7
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue