Add comprehensive push notification infrastructure with: - Gotify server for push notifications with admin password configuration - iGotify Assistant service for iOS notification relay via Apple Push Notifications - Dual subdomain setup (gotify.* and gotify-assistant.*) - Proper service dependencies and container communication via hairpinning - Caddy reverse proxy configuration for both services - DNS A records for both subdomains - Added to monitoring services category - Tested with successful notification delivery Services accessible at: - https://gotify.thesatelliteoflove.com (main server) - https://gotify-assistant.thesatelliteoflove.com (iOS assistant) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
25 lines
765 B
YAML
25 lines
765 B
YAML
# Docker Services Configuration
|
|
|
|
# Service categories for organization
|
|
service_categories:
|
|
infrastructure: ["caddy", "authentik", "dockge"]
|
|
development: ["gitea", "codeserver"]
|
|
media: ["audiobookshelf", "calibre", "ghost", "pinchflat", "pinry", "hoarder", "manyfold"]
|
|
productivity: ["paperlessngx", "baikal", "syncthing", "mmdl", "heyform", "dawarich", "pingvin"]
|
|
communication: ["gotosocial", "postiz"]
|
|
monitoring: ["glance", "changedetection", "appriseapi", "gotify"]
|
|
|
|
# Common service configuration
|
|
services:
|
|
common:
|
|
restart_policy: "unless-stopped"
|
|
network: "{{ docker.network_name }}"
|
|
|
|
# Service-specific configurations
|
|
dawarich:
|
|
db_name: "dawarich"
|
|
db_user: "dawarich"
|
|
|
|
mmdl:
|
|
db_name: "mmdl"
|
|
db_user: "mmdl" |