odoo / docker

Other
931 stars 1.51k forks source link

Feature: Add support for setting database name in Docker env variables #459

Open Dyingday opened 12 months ago

Dyingday commented 12 months ago

Forcing the use of setting the database name to be 'postgres' can be restrictive when wanting to integrate the application with a pre-existing postgres db. It also enables unifying the username and db name which can be better when managing multiple different applications in a single PostgreSQL instance.