Shoot yourself in Russian roulette
- Docker, docker-compose
- PostgreSQL 18 or MySQL 8/MariaDB 11
Copy an instance of the environment file and save it as a file .env
cp .env.dist .env... and configure as you need. Environment variables are described in comments
Build or pull docker images of application
make container-buildmake container-pullRun the application using the Make tool
make start