[REF] remove useless postgresql port 'postgres_host_port' arg

This commit is contained in:
Sylvain LE GAL 2022-05-06 15:25:55 +02:00
parent 11e6607802
commit 633b7d8076
2 changed files with 0 additions and 4 deletions

View File

@ -3,7 +3,6 @@ project_name: {{ project_name }}
postgres_image_name: postgres:13
postgres_container_name: {{project_name}}-db
postgres_host_port: 9432
odoo_host_xmlrpc_port: 9069
odoo_default_country_code: FR

View File

@ -23,9 +23,6 @@ def get_postgres_container(ctx):
container = run_container(
image_name,
container_name,
ports={
ctx.obj["config"]["postgres_host_port"]: 5432,
},
environments={
"POSTGRES_USER": "odoo",
"POSTGRES_PASSWORD": "odoo",