Files
proxmox/config/systemd/mev-infra-compose.service.example
2026-04-12 20:25:31 -07:00

18 lines
422 B
Plaintext

[Unit]
Description=MEV Platform Infra via Docker Compose
Wants=network-online.target
After=network-online.target docker.service
Requires=docker.service
[Service]
Type=oneshot
WorkingDirectory=/opt/proxmox/MEV_Bot/mev-platform
RemainAfterExit=yes
ExecStart=/usr/bin/docker compose up -d postgres redis nats
ExecStop=/usr/bin/docker compose stop postgres redis nats
TimeoutStartSec=0
[Install]
WantedBy=multi-user.target