Update README

master
Nikola Forró 7 years ago
parent b4ea438572
commit fc6a0d996e

@ -2,7 +2,7 @@
## Project structure
* `api` - Flask application implementing RESTful API for querying/manipulating database of quotes
* `api` - Flask application implementing RESTful API for querying/manipulating the database of quotes
* `cms` - Grav CMS (Content Management System)
* `ng-app` - Angular application for browsing quotes
* `nginx` - Configuration of NGINX web server
@ -11,7 +11,7 @@
This project consists of 3 container images (`api`, `cms` and `nginx`), that depend on each other - they need to run simultaneously and share certain data between themselves.
Easiest way how to manage that is using `docker-compose`. Just copy `docker-compose.yaml.example` into `docker-compose.yaml`, make necessary adjustments and fire it all up with:
Easiest way to manage that is using `docker-compose`. Just copy `docker-compose.yaml.example` into `docker-compose.yaml`, make necessary adjustments and fire it all up with:
```BASH
docker-compose up -d

Loading…
Cancel
Save