dev: add pg port to configuration (#4517)
This commit is contained in:
parent
2138257da0
commit
e951cc3cf4
4 changed files with 6 additions and 2 deletions
|
|
@ -18,6 +18,7 @@ PGDATABASE=plane
|
|||
POSTGRES_USER=plane
|
||||
POSTGRES_PASSWORD=plane
|
||||
POSTGRES_DB=plane
|
||||
POSTGRES_PORT=5432
|
||||
PGDATA=/var/lib/postgresql/data
|
||||
DATABASE_URL=
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue