In the uppermost directory run:
docker-compose up
It might be enough if you want to run orchestrator from Intellij. In the database directory run:
docker-compose up
docker network create -d bridge swozo
docker run -d \
-p 5432:5432 \
--name swozo-db \
--network swozo
-e POSTGRES_DB=swozo-web-db \
-e POSTGRES_PASSWORD=mysecretpassword \
-e ORCHESTRATOR_PASSWORD=mysecretpassword2 \
swozo/postgres:latest