Files
OSIT-AE-Docker-Env/CHEATSHEET.md

762 B

Aether Docker Cheat Sheet 🚀

💾 Database Operations

  • Backup: ./backup_db.sh
  • Restore: ./restore_db.sh (Note: Moves current data to a backup folder first)

📈 Scaling the API

  1. Edit .env -> AE_API_REPLICAS=X
  2. Run docker compose up -d

🧹 Maintenance

  • Internal Logs: Docker handles rotation automatically (10MB limit).
  • External Proxy: Point your home server to [Workstation_IP]:5060.