Merge pull request #615 from AppFlowy-IO/hide-postgres-port
chore: hide postgres port from docker compose
This commit is contained in:
commit
d5e0157d14
|
|
@ -30,8 +30,6 @@ services:
|
|||
build:
|
||||
context: ./postgres
|
||||
dockerfile: postgres.Dockerfile
|
||||
ports:
|
||||
- "5432:5432"
|
||||
environment:
|
||||
- POSTGRES_USER=${POSTGRES_USER:-postgres}
|
||||
- POSTGRES_DB=${POSTGRES_DB:-postgres}
|
||||
|
|
|
|||
Loading…
Reference in New Issue