This commit is contained in:
Yhael S
2023-10-20 02:09:01 -05:00
parent 84dcb0b8a4
commit 59eb85669c

View File

@@ -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}