hotosm / galaxy-api

Backend to fetch data from Underpass
https://galaxy-api.hotosm.org/latest/redoc
GNU Affero General Public License v3.0
14 stars 5 forks source link

Have Documentation for easy docker setup in dev environment #338

Open kshitijrajsharma opened 2 years ago

kshitijrajsharma commented 2 years ago

This issue is to create documentation and integration of all API features with docker . Which will make target user easy when there is task queue system so that they don't need to setup and start other services manually

jeafreezy commented 2 years ago

I just encountered an issue while trying to setup docker on my PC.

What fixed it for me is moving the Docker file to the root directory and making some re-arrangements.

I can already see that you are working on this in the celery branch. Welldone!