Skip to content

Commit

Permalink
[FIX] devel.yaml.jinja: remove conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloEForgeFlow committed Oct 16, 2023
1 parent ee305ad commit 98a671c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions devel.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,9 @@ services:
ports:
- "127.0.0.1:{{ macros.version_major(odoo_version) }}899:6899"
- "127.0.0.1:{{ macros.version_major(odoo_version) }}069:8069"
{%- if odoo_version >= 16 %}
- "127.0.0.1:{{ macros.version_major(odoo_version) }}072:8072"
{%- endif %}
environment:
{%- if odoo_version < 16 %}
PORT: "6899 8069"
{%- else %}
PORT: "6899 8069 8072"
{%- endif %}
TARGET: odoo

odoo:
Expand Down

0 comments on commit 98a671c

Please sign in to comment.