mirror of
https://github.com/odoocker/odoocker
synced 2025-12-22 04:59:32 +01:00
fix
This commit is contained in:
13
.env.example
13
.env.example
@@ -12,8 +12,13 @@ DEV_MODE=reload,xml
|
||||
DOMAIN=erp.odoocker.test
|
||||
|
||||
# Services
|
||||
SERVICES=odoo,nginx,proxy,postgres
|
||||
PROJECT_NAME=odoocker
|
||||
SERVICES=odoo,nginx,proxy,postgres
|
||||
|
||||
# Service configuration
|
||||
USE_REDIS=false
|
||||
USE_S3=false
|
||||
USE_SENTRY=false
|
||||
|
||||
# Enterprise
|
||||
GITHUB_USER=
|
||||
@@ -119,9 +124,9 @@ PROJECT_NAME=${PROJECT_NAME}
|
||||
SUPPORT_EMAIL=mail@example.com
|
||||
|
||||
# Service configuration
|
||||
USE_REDIS=true
|
||||
USE_S3=true
|
||||
USE_SENTRY=false
|
||||
USE_REDIS=${USE_REDIS}
|
||||
USE_S3=${USE_S3}
|
||||
USE_SENTRY=${USE_SENTRY}
|
||||
|
||||
# Which services are going to be brought up
|
||||
COMPOSE_PROFILES=${SERVICES}
|
||||
|
||||
Reference in New Issue
Block a user