Deployment
Deploy your Palico app to production with Docker. Setup CI/CD and Pull Request Preview with Coolify.
You can host your Palico app on any server that supports Docker. We recommend using Coolify for hosting and setting up CI/CD and Pull Request Preview.
Create Docker-Compose File
You can generate a docker-compose file by running the following command:
This will generate a docker-compose.yml
and Dockerfile
at the root of your projects.
Environment Variables
The following environment variables are required to run your Palico app:
You MUST replace at least the first 4 environment variables. You can generate a new DOCKER_COMPOSE_JWT_SECRET
and DOCKER_COMPOSE_SERVICE_KEY
by running the following command:
Deploy to Coolify
You can deploy your Palico app to Coolify by checking out the Coolify Documentation.
You will likely need a https domain to connect to your Palico app hosted on Coolify from your Palico Studio or other clients.
Video Tutorial Coming Soon