chore: add docker and traefik config for ai.activeblue.net

This commit is contained in:
ActiveBlue Build
2026-04-12 14:17:32 -04:00
parent d1e8847cad
commit bea58371c1
3 changed files with 110 additions and 0 deletions

24
odoo-ai-config/odoo.conf Normal file
View 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