This commit is contained in:
Adam Heinz 2024-09-25 09:49:29 +03:00 committed by GitHub
commit 772ef138d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,7 @@ VOLUME ["/var/lib/odoo", "/mnt/extra-addons"]
# Expose Odoo services
EXPOSE 8069 8071 8072
HEALTHCHECK CMD curl --fail http://localhost:8069/web/health || exit 1
# Set the default config file
ENV ODOO_RC /etc/odoo/odoo.conf

View File

@ -89,6 +89,7 @@ VOLUME ["/var/lib/odoo", "/mnt/extra-addons"]
# Expose Odoo services
EXPOSE 8069 8071 8072
HEALTHCHECK CMD curl --fail http://localhost:8069/web/health || exit 1
# Set the default config file
ENV ODOO_RC /etc/odoo/odoo.conf

View File

@ -91,6 +91,7 @@ VOLUME ["/var/lib/odoo", "/mnt/extra-addons"]
# Expose Odoo services
EXPOSE 8069 8071 8072
HEALTHCHECK CMD curl --fail http://localhost:8069/web/health || exit 1
# Set the default config file
ENV ODOO_RC /etc/odoo/odoo.conf