SVM Docs
Operations
Geverifieerd 28-2-2026

Plane - Setup & Configuratie

Plane project management installatie, workspace configuratie en deployment notities.

Plane is de open-source project management tool die SVM Digital gebruikt voor taakbeheer en sprint planning. Het draait als Coolify service met meerdere sub-containers.

Toegang

  • URL: https://pms.seanvermond.com
  • Workspace: https://pms.seanvermond.com/sean-vermond-digital
  • Signup: Uitgeschakeld (ENABLE_SIGNUP=0)
  • Coolify UUID: u4804wkgs8css0w48g4og8k8 (service)

Service Componenten

Plane draait als multi-container service:

  • plane-web — Frontend (React)
  • plane-space — Public pages
  • plane-api — Backend API (Django)
  • plane-worker — Background jobs (Celery)
  • plane-beat-worker — Scheduled tasks
  • plane-live — Real-time updates
  • plane-postgres — PostgreSQL database
  • plane-redis — Redis cache
  • plane-rabbitmq — Message queue
  • plane-minio — Object storage

Deployment Notities

  • Images: artifacts.plane.so/makeplane/ (NIET Docker Hub makeplane/)
  • Proxy vereist Docker links: plane-web:web, plane-space:space, etc.
  • Vereiste env vars: GUNICORN_WORKERS, SITE_ADDRESS, FILE_SIZE_LIMIT, BUCKET_NAME, LIVE_SERVER_SECRET_KEY
  • Compose wijzigingen op server worden overschreven bij Coolify redeploy — update ook in Coolify UI

API Token

Er is een API token beschikbaar voor automatisering (Claude Automation). Zie het credentials document voor details.

Bijgewerkt: 28-2-2026