Support
Need help? Here is the fastest way to get answers.
Quick FAQ
How to run all services?
Use docker compose up --build -d, then run migrations according to documentation.
Where to view logs?
Use docker compose logs -f backend for backend, or docker compose logs -f queue for workers.