fix: Update Justfile and compose.yml for improved database build and configuration

This commit is contained in:
2026-03-07 09:37:24 +07:00
parent 49f5c7af70
commit f2d3e7551e
2 changed files with 2 additions and 3 deletions

View File

@@ -7,8 +7,7 @@ services:
POSTGRES_USER: ${POSTGRES_USER:-postgres}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-postgres}
POSTGRES_DB: ${POSTGRES_DB:-postgres}
ports:
- "${POSTGRES_PORT:-5432}:5432"
POSTGRES_PORT: ${POSTGRES_PORT:-5432}
volumes:
- postgres_data:/var/lib/postgresql
healthcheck: