fix(compose): Correction du mapping de port pour exposer PostgreSQL sur 5432:5432. #5

Merged
melvin-leveque merged 1 commits from fix/docker_compose into main 2026-03-12 12:16:25 +01:00
Showing only changes of commit a8bcc7ae43 - Show all commits

View File

@@ -3,7 +3,7 @@ services:
database:
image: postgres:${POSTGRES_VERSION:-16}-alpine
ports:
- "5432"
- "5432:5432"
environment:
POSTGRES_DB: ${POSTGRES_DB:-app}
# You should definitely change the password in production