diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2019-08-02 09:23:42 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2019-08-08 09:03:13 +0200 |
commit | 48ec7b841f853e4ffd8a82e61ed063fd8c5b2e87 (patch) | |
tree | 6421fca489a9feb876507561f61ba14d9867ee10 /ansible/odoo | |
parent | f2c544a9240817bf7af4169ec19c3bd56f879809 (diff) | |
download | infra-48ec7b841f853e4ffd8a82e61ed063fd8c5b2e87.tar.gz infra-48ec7b841f853e4ffd8a82e61ed063fd8c5b2e87.tar.bz2 infra-48ec7b841f853e4ffd8a82e61ed063fd8c5b2e87.tar.xz infra-48ec7b841f853e4ffd8a82e61ed063fd8c5b2e87.zip |
o Fixing longpolling.
o Fixing systemd unit file.
Diffstat (limited to 'ansible/odoo')
-rw-r--r-- | ansible/odoo/odoo.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible/odoo/odoo.yml b/ansible/odoo/odoo.yml index d018bf8..8517c81 100644 --- a/ansible/odoo/odoo.yml +++ b/ansible/odoo/odoo.yml @@ -34,6 +34,7 @@ -e PASSWORD=odoo \ -e ADMIN_PASSWD={{ admin_passwd }} \ -p 8069:8069 \ + -p 8070:8070 \ --mount source=odoo-data,target=/var/lib/odoo \ --mount source=odoo-extra-addons,target=/mnt/extra-addons \ -t \ @@ -46,7 +47,7 @@ --smtp=172.17.0.1 \ --proxy-mode \ --limit-time-cpu={{ limit_time_cpu }} \ - --limit-time-real={{ limit_time_real }} \ + --limit-time-real={{ limit_time_real }} [Install] WantedBy=multi-user.target |