Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 405 Bytes

README.org

File metadata and controls

18 lines (15 loc) · 405 Bytes

Book exchange

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