mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 19:34:04 +00:00
Delete PGPASSWORD and PGPORT env variables
This commit is contained in:
parent
aa227e82c2
commit
53cc550cab
1 changed files with 0 additions and 2 deletions
|
|
@ -56,8 +56,6 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- '${POSTGRES_PORT:-5432}'
|
- '${POSTGRES_PORT:-5432}'
|
||||||
environment:
|
environment:
|
||||||
PGPASSWORD: '${POSTGRES_PASSWORD:-postgres}'
|
|
||||||
PGPORT: '${POSTGRES_PORT:-5432}'
|
|
||||||
POSTGRES_DB: main
|
POSTGRES_DB: main
|
||||||
POSTGRES_USER: '${POSTGRES_USER:-postgres}'
|
POSTGRES_USER: '${POSTGRES_USER:-postgres}'
|
||||||
POSTGRES_PASSWORD: '${POSTGRES_PASSWORD:-postgres}'
|
POSTGRES_PASSWORD: '${POSTGRES_PASSWORD:-postgres}'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue