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