developmentseed / eoAPI

[Active Development] Earth Observation API (Metadata, Raster and Vector services)
https://eoapi.dev
MIT License
196 stars 21 forks source link

Include database service in docker-compose.uvicorn.yml bc it does not… #119

Closed charalamm closed 1 year ago

charalamm commented 1 year ago

The database service is missing so docker compose does not work on that file

vincentsarago commented 1 year ago

👋 Hi @charalamm

I would love if we can avoid duplicating code (I know that the database block is also in docker-compose.official.yml but we should remove it).

to get the database you'll need to chain the docker-compose file as:

docker-compose -f docker-compose.yml -f docker-compose.uvicorn.yml up stac-uvicorn raster-uvicorn vector-uvicorn
charalamm commented 1 year ago

Ok, I understand. Thanks