Self hosting

Build a Custom Docker Image

Copy page

How to build your own Docker images

If you created a project from the quick start, the template includes a set of Dockerfiles and docker-compose.yml files.

To build and run locally:

docker compose build
docker compose up -d