intitial commit v14
This commit is contained in:
parent
98bc91076d
commit
3f6a860602
|
@ -1,5 +1,5 @@
|
|||
[options]
|
||||
addons_path = /mnt/extra-addons,/mnt/enterprise
|
||||
addons_path = /mnt/extra-addons
|
||||
; data_dir = /var/lib/odoo
|
||||
admin_passwd = odoo
|
||||
; csv_internal_sep = ,
|
||||
|
@ -10,13 +10,13 @@ db_password = odoo
|
|||
; db_template = template1
|
||||
dbfilter = .*
|
||||
debug_mode = True
|
||||
; without_demo = all
|
||||
without_demo = all
|
||||
; email_from = False
|
||||
; limit_memory_hard = 2684354560
|
||||
; limit_memory_soft = 2147483648
|
||||
; limit_request = 8192
|
||||
; limit_time_cpu = 60
|
||||
; limit_time_real = 120
|
||||
limit_memory_hard = 26843545600
|
||||
limit_memory_soft = 21474836480
|
||||
limit_request = 81920
|
||||
limit_time_cpu = 600
|
||||
limit_time_real = 1200
|
||||
; list_db = True
|
||||
; log_db = False
|
||||
; log_handler = [':INFO']
|
||||
|
@ -31,7 +31,7 @@ smtp_port = 1025
|
|||
smtp_server = mailcatcher
|
||||
; smtp_ssl = False
|
||||
; smtp_user = False
|
||||
; workers = 0
|
||||
workers = 7
|
||||
; xmlrpc = True
|
||||
; xmlrpc_interface =
|
||||
; xmlrpc_port = 8069
|
||||
|
|
|
@ -9,7 +9,6 @@ services:
|
|||
- odoo-web:/var/lib/odoo
|
||||
- ./config:/etc/odoo
|
||||
- ./modules:/mnt/extra-addons
|
||||
- ${ENTERPRISE_PATH}:/mnt/enterprise
|
||||
command: "odoo ${COMMAND}"
|
||||
db:
|
||||
image: "postgres:${PG_VERSION}"
|
||||
|
|
Loading…
Reference in a new issue