mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-19 06:54:25 +02:00
21 lines
640 B
YAML
21 lines
640 B
YAML
public_api_activated: False # Security hole. Can be used for spaming # Docker Image version
|
|
features:
|
|
matomo: true
|
|
css: false
|
|
port-ui-desktop: true
|
|
central_database: true
|
|
oidc: true
|
|
domains:
|
|
canonical:
|
|
- "newsletter.{{ primary_domain }}"
|
|
docker:
|
|
services:
|
|
database:
|
|
enabled: true
|
|
listmonk:
|
|
image: listmonk/listmonk
|
|
version: latest
|
|
backup:
|
|
no_stop_required: true
|
|
name: listmonk
|
|
port: 9000 |