mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 23:29:19 +01:00
auto clone third party addons and upgrade docker build
This commit is contained in:
@@ -22,10 +22,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
|
||||
|
||||
Reference in New Issue
Block a user