Files
ansible/group_vars/docker/services.yml
T
Phillip Skentelbery bca7e7dbae update documentation and config to reflect 21 active services
Removed references to 9 decommissioned services from CLAUDE.md,
README.md, domains.yml, services.yml, and Glance release tracking.
Added services tag and Cronmaster to docs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-05 22:43:01 -06:00

21 lines
686 B
YAML

# Docker Services Configuration
# Service categories for organization
service_categories:
infrastructure: ["caddy", "authentik", "dockge"]
development: ["gitea", "bytestash"]
media: ["audiobookshelf", "calibre", "hoarder", "manyfold"]
productivity: ["paperlessngx", "baikal", "syncthing", "heyform", "dawarich", "obsidian-livesync"]
communication: ["gotosocial"]
monitoring: ["glance", "changedetection", "appriseapi", "gotify", "cronmaster"]
# Common service configuration
services:
common:
restart_policy: "unless-stopped"
network: "{{ docker.network_name }}"
# Service-specific configurations
dawarich:
db_name: "dawarich"
db_user: "dawarich"