# 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"