auto clone third party addons and upgrade docker build

This commit is contained in:
yhaelopez
2023-12-19 20:51:01 -07:00
parent 47f0c95a33
commit b905b4ef18
13 changed files with 162 additions and 125 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
@@ -22,10 +23,14 @@ USE_S3=false
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