All command examples are described for UNIX-like systems (Linux, Mac OS).
- Make sure that you have Docker and Docker Compose installed
- Windows or macOS: Install Docker Desktop
- Linux: Install Docker and then` Docker Compose
- Download some or all of the samples from this repository
Before starting, you must create a .env file based on the .env-template:
cp -b .env-template > .envTo start environment via docker-compose:
docker-compose up -dTo stop and remove all containers run:
docker-compose down