hubmapconsortium / antibody-api

API for the Antibody DB.
https://avr.hubmapconsortium.org/
0 stars 0 forks source link

Get Docker Local Development Working #110

Open ChuckKollar opened 1 year ago

ChuckKollar commented 1 year ago

Currently there are several micro-services that need to be run during local development/test of the antibody-api locally: PostgreSQL database, ElasticSearch, Kibana, a mock-server, and the antibody-api.

Joe's suggestion of just running the antibody-api locally should work, but copying docker-compose.deployment,yml and making some changes as well as instance/app.conf did not work for me after a bit of debugging. This is probably a viable path to get working.