[REF] remove useless postgresql port 'postgres_host_port' arg
This commit is contained in:
parent
11e6607802
commit
633b7d8076
|
|
@ -3,7 +3,6 @@ project_name: {{ project_name }}
|
||||||
|
|
||||||
postgres_image_name: postgres:13
|
postgres_image_name: postgres:13
|
||||||
postgres_container_name: {{project_name}}-db
|
postgres_container_name: {{project_name}}-db
|
||||||
postgres_host_port: 9432
|
|
||||||
|
|
||||||
odoo_host_xmlrpc_port: 9069
|
odoo_host_xmlrpc_port: 9069
|
||||||
odoo_default_country_code: FR
|
odoo_default_country_code: FR
|
||||||
|
|
|
||||||
|
|
@ -23,9 +23,6 @@ def get_postgres_container(ctx):
|
||||||
container = run_container(
|
container = run_container(
|
||||||
image_name,
|
image_name,
|
||||||
container_name,
|
container_name,
|
||||||
ports={
|
|
||||||
ctx.obj["config"]["postgres_host_port"]: 5432,
|
|
||||||
},
|
|
||||||
environments={
|
environments={
|
||||||
"POSTGRES_USER": "odoo",
|
"POSTGRES_USER": "odoo",
|
||||||
"POSTGRES_PASSWORD": "odoo",
|
"POSTGRES_PASSWORD": "odoo",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user