feat: remove exposed PostgreSQL port from docker-compose
This commit is contained in:
@@ -9,8 +9,6 @@ services:
|
||||
POSTGRES_DB: ${POSTGRES_DB:-malenia_db}
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
ports:
|
||||
- "5432:5432"
|
||||
healthcheck:
|
||||
test:
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user