aegis-server
The main AegisAgent server, built from the Dockerfile. It runs 'python -m aegis.cli serve' on port 8901, with a healthcheck on /health. It mounts volumes for config, data, and logs, and uses environment variables for log level, policy directory, and audit backend.
docker-compose.yaml:4-28Dockerfile:1-44