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 > .env
To start environment via docker-compose:
docker-compose up -d
To stop and remove all containers run:
docker-compose down