apex_server_operations
Installation
SKILL.md
APEX Server Operations Skill (OPS-L3)
This skill encapsulates the operational competencies derived from the Jan-2026 Forensic Audit & SOP.
1. Zero-Downtime Deployment
Rolling Update Protocol
# Scale up new containers first
docker compose up -d --no-deps --scale apex-api=2 apex-api
# Wait for health check (30 seconds)
sleep 30
# Verify new container is healthy
docker compose ps | grep apex-api