mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 15:19:22 +01:00
enable separated features
This commit is contained in:
@@ -120,7 +120,7 @@ USE_S3=false
|
||||
USE_SENTRY=false
|
||||
|
||||
# Which services are going to be brought up
|
||||
COMPOSE_PROFILES=base
|
||||
COMPOSE_PROFILES=base,cache,storage,ssl,admin
|
||||
|
||||
# Service profiles
|
||||
ODOO_PROFILES="base"
|
||||
@@ -320,6 +320,9 @@ CORS_ALLOWED_DOMAIN=${CORS_ALLOWED_DOMAIN}
|
||||
#----------------------#
|
||||
# ACME Companion #
|
||||
#----------------------#
|
||||
# For prod use: https://acme-v02.api.letsencrypt.org/directory
|
||||
ACME_CA_URI=https://acme-staging-v02.api.letsencrypt.org/directory
|
||||
CERTS_UPDATE_INTERVAL=3600
|
||||
DEFAULT_EMAIL=${SUPPORT_EMAIL}
|
||||
|
||||
#-------------#
|
||||
|
||||
Reference in New Issue
Block a user