This commit is contained in:
Yhael S
2023-10-20 02:24:28 -05:00
parent 59eb85669c
commit 3cd2a13244
2 changed files with 12 additions and 8 deletions

View File

@@ -19,6 +19,7 @@ SERVICES=odoo,nginx,proxy,postgres
USE_REDIS=false
USE_S3=false
USE_SENTRY=false
USE_PGADMIN=false
# Enterprise
GITHUB_USER=
@@ -127,6 +128,7 @@ SUPPORT_EMAIL=mail@example.com
USE_REDIS=${USE_REDIS}
USE_S3=${USE_S3}
USE_SENTRY=${USE_SENTRY}
USE_PGADMIN=${USE_PGADMIN}
# Which services are going to be brought up
COMPOSE_PROFILES=${SERVICES}