Set of services for exchanging books between users.
First of all, you need to build all Docker images. You can use our script:
./build-images.sh
Then you can start them using Docker Compose:
docker-compose up
To remove containers, networks, volumes, and images created by up, call:
docker-compose down