Add contained MEV backend CT runbook

This commit is contained in:
defiQUG
2026-04-12 20:25:31 -07:00
parent 614d045842
commit 5d5d7a7db4
9 changed files with 554 additions and 5 deletions

View File

@@ -0,0 +1,16 @@
[Unit]
Description=MEV Admin API
Wants=network-online.target
After=network-online.target mev-infra-compose.service mev-supervisor.service
Requires=mev-infra-compose.service mev-supervisor.service
[Service]
Type=simple
WorkingDirectory=/opt/proxmox/MEV_Bot/mev-platform
EnvironmentFile=-/etc/mev-platform/backend.env
ExecStart=/opt/proxmox/MEV_Bot/mev-platform/target/release/mev-admin-api
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target