mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 08:30:46 +02:00
20 lines
399 B
YAML
20 lines
399 B
YAML
images:
|
|
pds: "ghcr.io/bluesky-social/pds:latest"
|
|
pds:
|
|
version: "latest"
|
|
features:
|
|
matomo: true
|
|
css: true
|
|
desktop: true
|
|
central_database: true
|
|
logout: true
|
|
server:
|
|
domains:
|
|
canonical:
|
|
web: "bskyweb.{{ PRIMARY_DOMAIN }}"
|
|
api: "bluesky.{{ PRIMARY_DOMAIN }}"
|
|
docker:
|
|
services:
|
|
database:
|
|
enabled: true
|