developmentseed / eoAPI

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

Switch the docker compose files from official <-> custom runtime #150

Closed vincentsarago closed 8 months ago

vincentsarago commented 8 months ago

right now docker compose will start our custom runtime and if user wants they can startup the official runtime by doing docker compose -f docker-compose.official.yml up stac-fastapi titiler-pgstac tipg

I think defaulting to our custom runtime makes things a bit confusing, so IMO we should default to the official application