Deployed on: GCP http://35.184.67.95/
docker-compose
(version >= 1.25.0)docker
engine (version >=19.03.13)
No env needed. All configurations built-in. No external dependencies.
Step 1. Clone the repository with:
git clone https://github.com/noasck/grechka_price_tracker.git
Step 2. Run all services via:
docker-compose up --build
Now the main page is accessible by the address http://localhost:80
.
API is running on http://localhost:1228
.
If the main content of the page will not load, restart of services (Step 2) may help with access troubles.