Merge pull request #615 from AppFlowy-IO/hide-postgres-port

chore: hide postgres port from docker compose
This commit is contained in:
Zack 2024-06-12 19:39:53 +08:00 committed by GitHub
commit d5e0157d14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -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}