chore: add docker and traefik config for ai.activeblue.net
This commit is contained in:
24
odoo-ai-config/odoo.conf
Normal file
24
odoo-ai-config/odoo.conf
Normal file
@@ -0,0 +1,24 @@
|
||||
[options]
|
||||
; Odoo 18 Community configuration for ai.activeblue.net
|
||||
addons_path = /mnt/extra-addons,/usr/lib/python3/dist-packages/odoo/addons
|
||||
admin_passwd = False
|
||||
db_host = odoo-ai-db
|
||||
db_port = 5432
|
||||
db_name = ai
|
||||
db_user = odoo
|
||||
dbfilter = ^ai$
|
||||
|
||||
; Performance
|
||||
workers = 4
|
||||
max_cron_threads = 2
|
||||
limit_time_cpu = 300
|
||||
limit_time_real = 600
|
||||
limit_memory_hard = 2684354560
|
||||
limit_memory_soft = 2147483648
|
||||
|
||||
; Proxy
|
||||
proxy_mode = True
|
||||
|
||||
; Logging
|
||||
log_level = info
|
||||
logfile = /var/log/odoo/odoo.log
|
||||
Reference in New Issue
Block a user