diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 288d994..478eb1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: pre-commit run --all-files - name: Launch services - run: docker-compose up -d stac raster vector + run: docker compose up -d stac raster vector - name: install lib postgres run: | @@ -67,8 +67,8 @@ jobs: # see https://github.com/developmentseed/tipg/issues/37 - name: Restart the Vector service run: | - docker-compose stop vector - docker-compose up -d vector + docker compose stop vector + docker compose up -d vector - name: Sleep for 10 seconds run: sleep 10s @@ -78,7 +78,7 @@ jobs: run: python -m pytest .github/workflows/tests/ - name: Stop services - run: docker-compose stop + run: docker compose stop publish-docker: 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