Peter-Lam / climbr

A utility to log, visualize, and highlight climbing strengths, weaknesses, and trends. Built using Python, ElasticSearch, Kibana, and Docker
https://www.peterqlam.com
MIT License
5 stars 1 forks source link

Restructure Docker files #45

Open Peter-Lam opened 2 years ago

Peter-Lam commented 2 years ago

Combine webscraper and main project docker files and docker-compose files. These should sit at the top odf the directory, To restart the webscraper specifically, use: docker-compose restart webscraper or to rebuild the 1 service use: docker-compose up --detach --build webscraper