diff --git a/.env.example b/.env.example index 823ba0a..e22217d 100644 --- a/.env.example +++ b/.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}