19 lines
545 B
YAML

network: "discourse_default" # Name of the docker network
container: "discourse_application" # Name of the container application
repository: "discourse_repository" # Name of the repository folder
credentials:
features:
matomo: true
css: true
landingpage_iframe: false
oidc: true
central_database: true
csp:
flags:
style-src:
unsafe-inline: true
script-src:
unsafe-inline: true
whitelist:
font-src:
- "http://*.{{primary_domain}}"