Aulafy
Courses/Self-hosted AI automation for small businesses/Cheap Docker and VPS without the mess

Cheap Docker and VPS without the mess

A cheap VPS can support many office automations, but only if you separate persistent data, secrets, updates, and backups from the start.

  • Set up a simple foundation with Docker Compose and persistent volumes.
  • Distinguish local demos, internal servers, and public exposure.
  • Avoid common mistakes with keys, ports, and updates.
TerminalCode
/opt/aulafy-ia/
  docker-compose.yml
  .env
  data/
    n8n/
    open-webui/
    postgres/
    qdrant/
  backups/
  logs/

reglas:
  - .env nunca al repo
  - volumen para cada servicio con datos
  - proxy HTTPS delante
  - puerto interno no expuesto si no hace falta