Install Plane
Prerequisites
- Before you get started, make sure you have a Coolify environment set up and ready to go.
- Your setup should support either amd64 or arm64 architectures.
Procedure
-
Download the required depoyment files
-
coolify-compose.yml– Defines Plane’s services and dependencies.
-
- Create a new project in Coolify.
- Add a new resource.
- Select Docker Compose Empty as the deployment method.
-
Copy and paste the contents of the
coolify-compose.ymlfile into the editor. -
Configure external DB, Redis, RabbitMQ and any other required environment variables in the UI.
DATABASE_URL– Connection string for your external database.REDIS_URL– Connection string for your external Redis instance.AMQP_URL– Connection string for your external RabbitMQ server.
- Deploy to launch your Plane instance. Once the deployment is complete, your Plane instance should be accessible on the configured domain.
- If you’ve purchased a paid plan, activate your license key to unlock premium features.

