mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-22 16:21:09 +02:00
24 lines
739 B
YAML
24 lines
739 B
YAML
images:
|
|
mastodon: "ghcr.io/mastodon/mastodon:latest"
|
|
streaming: "ghcr.io/mastodon/mastodon-streaming:latest"
|
|
single_user_mode: false # Set true for initial setup
|
|
setup: false # Set true in inventory file to execute the setup and initializing procedures
|
|
features:
|
|
matomo: true
|
|
css: true
|
|
port-ui-desktop: true
|
|
oidc: true
|
|
central_database: true
|
|
domains:
|
|
canonical:
|
|
- "microblog.{{ primary_domain }}"
|
|
csp:
|
|
whitelist:
|
|
frame-src:
|
|
- "*"
|
|
docker:
|
|
services:
|
|
redis:
|
|
enabled: true
|
|
database:
|
|
enabled: true |