Phase 4: service registry — index.json + 4 service manifests
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"id": "calendar",
|
||||
"name": "Calendar & Contacts",
|
||||
"description": "CalDAV/CardDAV server based on Radicale. Provides calendar and contacts sync for all your devices.",
|
||||
"version": "1.0.0",
|
||||
"author": "roof",
|
||||
"image": "tomsquest/docker-radicale:latest",
|
||||
"volumes": [{"name": "radicale-data", "mount": "/data"}],
|
||||
"env": [],
|
||||
"caddy_route": {"subdomain": "calendar", "upstream": "cell-radicale:5232"},
|
||||
"dns_entry": {"subdomain": "calendar"},
|
||||
"iptables_rules": [{"type": "ACCEPT", "dest_ip": "${SERVICE_IP}", "dest_port": 5232, "proto": "tcp"}],
|
||||
"container_name": "cell-radicale",
|
||||
"network_ip_var": "RADICALE_IP",
|
||||
"ports": [5232]
|
||||
}
|
||||
Reference in New Issue
Block a user