Operations
This section covers operational tasks for self hosted deployments.
Start and Stop
docker compose up -d
docker compose down
Logs
docker compose logs -f ideon-app
docker compose logs -f ideon-db
Health Checks
/api/healthchecks database connectivity.- Docker health checks call
/api/health.
Backups
- Postgres data is stored in the
ideon-db-datavolume. - File uploads and Yjs data are stored in
ideon-app-dataunder/app/storage. - Back up both volumes for full recovery.
Upgrades
- Pull the latest container image.
- Restart services with Docker Compose.
- Migrations run on startup.