diff --git a/README.md b/README.md index 695e0f7..f140f82 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ - Clone the repository: `git clone https://github.com/developmentseed/eoAPI.git` - Navigate to the project: `cd eoAPI` -- Run services with `docker-compose up` +- Run services with `docker compose up` - Follow the [MAXAR open data demo](https://github.com/vincentsarago/MAXAR_opendata_to_pgstac) (or get inspired by the other [demos](./demo/)) to load some data into eoAPI - Check out the [Search Viewer](http://localhost:8081/index.html), and the API documentation ([STAC Metadata](http://localhost:8081/docs), [Raster Tiles](http://localhost:8082/docs), [Vector Tiles](http://localhost:8083/api.html)) diff --git a/docs/src/intro.md b/docs/src/intro.md index 78c0846..82d565b 100644 --- a/docs/src/intro.md +++ b/docs/src/intro.md @@ -52,7 +52,7 @@ hide: See [service details](./services.md) for more information. -*Note: The documentation links referenced require lauching the application with `docker-compose` or another deployment*. +*Note: The documentation links referenced require lauching the application with `docker compose` or another deployment*. --- @@ -60,7 +60,7 @@ See [service details](./services.md) for more information. - Clone the repository: `git clone https://github.com/developmentseed/eoAPI.git` - Navigate to the project: `cd eoAPI` -- Run services with `docker-compose up` +- Run services with `docker compose up` - Follow the [MAXAR open data demo](https://github.com/vincentsarago/MAXAR_opendata_to_pgstac) (or get inspired by the other [demos](./demo/)) to load some data into eoAPI - Checkout the [Search Viewer](http://localhost:8081/index.html), and the API documentation ([STAC Metadata](http://localhost:8081/docs), [Raster Tiles](http://localhost:8082/docs), [Vector Tiles](http://localhost:8083/api.html)) diff --git a/docs/src/services.md b/docs/src/services.md index 16a62bd..33256cb 100644 --- a/docs/src/services.md +++ b/docs/src/services.md @@ -11,9 +11,9 @@ A custom version of [stac-fastapi.pgstac](https://github.com/stac-utils/stac-fas The service includes: -- Full **stac-fastapi** implementation - see [docs](http://localhost:8081/docs) if using the `docker-compose` configuration. +- Full **stac-fastapi** implementation - see [docs](http://localhost:8081/docs) if using the `docker compose` configuration. -- Simple STAC Search **viewer** - see [viewer](http://localhost:8081/index.html) if using the `docker-compose` configuration. +- Simple STAC Search **viewer** - see [viewer](http://localhost:8081/index.html) if using the `docker compose` configuration. - **Proxy** to the Tiler endpoint for STAC Items