This commit is contained in:
hoangvv 2025-01-08 01:42:05 +07:00
parent 198fe5fa4e
commit 5a5ac3e175

View File

@ -24,6 +24,7 @@ services:
db:
image: postgres:16
user: root
container_name: ${COMPOSE_PROJECT_NAME:-odoo}-db
environment:
- POSTGRES_USER=${PG_USER:-changeme}
- POSTGRES_PASSWORD=${PG_PASS:-password}