How to use Lite Queen on your server with Coolify: One-click install

Published on Nov 11, 2024

As of Coolify v4.0.0-beta.361, Lite Queen is included as a service and be installed with one click.

We can start by creating a new Resource and search for Litequeen:

After that, we need to press on Edit Docker Compose and let Lite Queen know where your SQLite projects are located in your server filesystem

Image

For example, in my server I keep my project's files in /home/hellouser/www so let's map that into /www inside the Coolify container:

- type: bind source: /home/hellouser/www target: /www is_directory: true

This way if I have a SQLite database in /home/hellouser/www/project1/storage/production.sqlite3, in the Lite Queen application we can add the database by using /www/project1/storage/production.sqlite3.

Image

That's all you need, go ahead and deploy Lite Queen!