odoocker upgrade

This commit is contained in:
yhaelopez
2023-12-20 10:42:52 -07:00
parent ad0f11e13e
commit 44fd632a6d
13 changed files with 164 additions and 126 deletions

View File

@@ -8,9 +8,10 @@ UPDATE=
LOAD=base,web
ROOT_PATH=/usr/lib/python3/dist-packages/odoo
WORKERS=0
DEV_MODE=reload,xml
DOMAIN=erp.odoocker.test
ADMIN_PASSWD=odoo
# Use reload,xml to enable hot reload in python and xml files
DEV_MODE=
# Services
PROJECT_NAME=odoocker
@@ -19,13 +20,17 @@ SERVICES=odoo,nginx,proxy,postgres
# Service configuration
USE_REDIS=false
USE_S3=false
USE_SENTRY=false # Currently not working
USE_SENTRY=false
USE_PGADMIN=false
# Enterprise
# GitHub user and access token to clone private repositories
GITHUB_USER=
GITHUB_ACCESS_TOKEN=
# GitHub user and access token to clone Enterprise repository
ENTERPRISE_USER=${GITHUB_USER}
ENTERPRISE_ACCESS_TOKEN=${GITHUB_ACCESS_TOKEN}
# Database
DB_HOST=postgres
DB_PORT=5432