- Vladimir Lazic IN55/2019
- Stefan Kalicanin IN43/2019
- Stefan Matkovic IN36/2017
- Uros Spasenic IN39/2019
Requirements:
- docker v3.x
Build services:
Run docker compose build
to create images and containers necessary for running the services.
Start services:
Run docker compose up
to start the created services.
Stop services:
Run docker compose stop
to stop the services. Alternatively, run docker compose down
if you want to stop the services and also remove the created containers.