mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-08 17:45:14 +02:00
29 lines
759 B
YAML
29 lines
759 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
|
|
portfolio_iframe: false
|
|
oidc: true
|
|
central_database: true
|
|
ldap: false # @todo implement and activate
|
|
csp:
|
|
flags:
|
|
style-src:
|
|
unsafe-inline: true
|
|
script-src-elem:
|
|
unsafe-inline: true
|
|
whitelist:
|
|
font-src:
|
|
- "http://*.{{primary_domain}}"
|
|
domains:
|
|
canonical:
|
|
- "forum.{{ primary_domain }}"
|
|
docker:
|
|
services:
|
|
database:
|
|
enabled: true
|
|
redis:
|
|
enabled: true |