What Jitsu is in can be seen on the official website jitsu.com. Also see the official documentation and repository.
Change prefix for all containers (optional):
sed -i -e 's/prefixsrv_/your_prefix_/g' docker-compose.yml
Create .env
file (optional):
cp .env.example .env
Run containers:
./run.sh
Stop all containers and remove all data:
./clean.sh