mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 15:19:22 +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
|
DOMAIN=erp.odoocker.test
|
||||||
|
|
||||||
# Services
|
# Services
|
||||||
SERVICES=odoo,nginx,proxy,postgres
|
|
||||||
PROJECT_NAME=odoocker
|
PROJECT_NAME=odoocker
|
||||||
|
SERVICES=odoo,nginx,proxy,postgres
|
||||||
|
|
||||||
|
# Service configuration
|
||||||
|
USE_REDIS=false
|
||||||
|
USE_S3=false
|
||||||
|
USE_SENTRY=false
|
||||||
|
|
||||||
# Enterprise
|
# Enterprise
|
||||||
GITHUB_USER=
|
GITHUB_USER=
|
||||||
@@ -119,9 +124,9 @@ PROJECT_NAME=${PROJECT_NAME}
|
|||||||
SUPPORT_EMAIL=mail@example.com
|
SUPPORT_EMAIL=mail@example.com
|
||||||
|
|
||||||
# Service configuration
|
# Service configuration
|
||||||
USE_REDIS=true
|
USE_REDIS=${USE_REDIS}
|
||||||
USE_S3=true
|
USE_S3=${USE_S3}
|
||||||
USE_SENTRY=false
|
USE_SENTRY=${USE_SENTRY}
|
||||||
|
|
||||||
# Which services are going to be brought up
|
# Which services are going to be brought up
|
||||||
COMPOSE_PROFILES=${SERVICES}
|
COMPOSE_PROFILES=${SERVICES}
|
||||||
|
|||||||
Reference in New Issue
Block a user