mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 15:19:22 +01:00
fix
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user