intitial commit v14

This commit is contained in:
Matt Marcha 2025-04-25 15:28:08 -10:00
parent 98bc91076d
commit 3f6a860602
2 changed files with 8 additions and 9 deletions

View file

@ -1,5 +1,5 @@
[options] [options]
addons_path = /mnt/extra-addons,/mnt/enterprise addons_path = /mnt/extra-addons
; data_dir = /var/lib/odoo ; data_dir = /var/lib/odoo
admin_passwd = odoo admin_passwd = odoo
; csv_internal_sep = , ; csv_internal_sep = ,
@ -10,13 +10,13 @@ db_password = odoo
; db_template = template1 ; db_template = template1
dbfilter = .* dbfilter = .*
debug_mode = True debug_mode = True
; without_demo = all without_demo = all
; email_from = False ; email_from = False
; limit_memory_hard = 2684354560 limit_memory_hard = 26843545600
; limit_memory_soft = 2147483648 limit_memory_soft = 21474836480
; limit_request = 8192 limit_request = 81920
; limit_time_cpu = 60 limit_time_cpu = 600
; limit_time_real = 120 limit_time_real = 1200
; list_db = True ; list_db = True
; log_db = False ; log_db = False
; log_handler = [':INFO'] ; log_handler = [':INFO']
@ -31,7 +31,7 @@ smtp_port = 1025
smtp_server = mailcatcher smtp_server = mailcatcher
; smtp_ssl = False ; smtp_ssl = False
; smtp_user = False ; smtp_user = False
; workers = 0 workers = 7
; xmlrpc = True ; xmlrpc = True
; xmlrpc_interface = ; xmlrpc_interface =
; xmlrpc_port = 8069 ; xmlrpc_port = 8069

View file

@ -9,7 +9,6 @@ services:
- odoo-web:/var/lib/odoo - odoo-web:/var/lib/odoo
- ./config:/etc/odoo - ./config:/etc/odoo
- ./modules:/mnt/extra-addons - ./modules:/mnt/extra-addons
- ${ENTERPRISE_PATH}:/mnt/enterprise
command: "odoo ${COMMAND}" command: "odoo ${COMMAND}"
db: db:
image: "postgres:${PG_VERSION}" image: "postgres:${PG_VERSION}"