Dockerfiles for API server and web UI (multi-stage, alpine:3.21, non-root mcr user). systemd units with security hardening. Idempotent install script. Rift-specific config with MCIAS service token, TLS paths, and Docker compose with loopback port bindings for mc-proxy fronting (28443/29443/28080). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
11 lines
157 B
SYSTEMD
11 lines
157 B
SYSTEMD
[Unit]
|
|
Description=MCR Daily Database Backup
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 02:00:00 UTC
|
|
RandomizedDelaySec=300
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|