Files
pic-services/services/webmail/manifest.json
T

18 lines
625 B
JSON

{
"id": "webmail",
"name": "Webmail",
"description": "Rainloop webmail UI. Requires email service to be installed first.",
"version": "1.0.0",
"author": "roof",
"image": "hardware/rainloop",
"volumes": [{"name": "rainloop-data", "mount": "/rainloop/data"}],
"env": [],
"caddy_route": {"subdomain": "webmail", "upstream": "cell-rainloop:8888"},
"dns_entry": {"subdomain": "webmail"},
"iptables_rules": [{"type": "ACCEPT", "dest_ip": "${SERVICE_IP}", "dest_port": 8888, "proto": "tcp"}],
"container_name": "cell-rainloop",
"network_ip_var": "RAINLOOP_IP",
"ports": [8888],
"requires": ["email"]
}