Deploy Usertour using Coolify - a simple and fast way to get started
Development/Testing Environment:
We strongly recommend using Docker Compose for development and testing environments. This provides a quick and easy setup with all dependencies included.Production Environment:
For production deployments, we do not recommend using Docker Compose with Redis and PostgreSQL included. Instead:
Deploy Redis and PostgreSQL using cloud services (AWS, Google Cloud, etc.) or build your own infrastructure with high availability
Deploy only the Usertour application using the published Docker Hub image and configure Redis and PostgreSQL through environment variables
Coolify is an open-source, self-hostable platform-as-a-service (PaaS) that simplifies the deployment of applications. It provides a user-friendly interface for managing Docker containers, databases, and other services.
To enable content delivery and user tracking, install Usertour.js in your application. See the Usertour.js installation guide for detailed instructions.