mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 08:30:46 +02:00
36 lines
1.1 KiB
YAML
36 lines
1.1 KiB
YAML
single_user_mode: false # Set true for initial setup
|
|
setup: true # Set true in inventory file to execute the setup and initializing procedures, don't know if this is still necessary @todo test it
|
|
features:
|
|
matomo: true
|
|
css: true
|
|
desktop: true
|
|
oidc: true
|
|
central_database: true
|
|
logout: true
|
|
server:
|
|
domains:
|
|
canonical:
|
|
- "microblog.{{ PRIMARY_DOMAIN }}"
|
|
csp:
|
|
whitelist:
|
|
frame-src:
|
|
- "*"
|
|
docker:
|
|
services:
|
|
redis:
|
|
enabled: true
|
|
database:
|
|
enabled: true
|
|
mastodon:
|
|
image: "ghcr.io/mastodon/mastodon"
|
|
version: latest
|
|
backup:
|
|
no_stop_required: true
|
|
name: "mastodon"
|
|
streaming:
|
|
image: "ghcr.io/mastodon/mastodon-streaming"
|
|
version: latest
|
|
name: "mastodon-streaming"
|
|
volumes:
|
|
data: "mastodon_data"
|