Skip to content

Commit aa1bde5

Browse files
readme
1 parent 3bd6290 commit aa1bde5

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,16 @@ uvicorn --factory stac_auth_proxy:create_app
4848

4949
### Docker compose
5050

51-
Run all of the services required to run the application locally including the a database, STAC API, and Mock OICD provider using Docker compose.
52-
The application can be run with [stac-fastapi-pgstac](https://github.com/stac-utils/stac-fastapi-pgstac) or with [stac-fastapi-elasticsearch-opensearch](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch)
51+
Run all of the services required to run the application locally including the the database, STAC API, and Mock OICD provider using Docker compose.
5352

54-
Spin up the application stack for Opensearch with
53+
Spin up the application stack with the pgSTAC backend using [stac-fastapi-pgstac](https://github.com/stac-utils/stac-fastapi-pgstac):
5554
```sh
56-
UPSTREAM_URL=http://stac-os:8001 docker compose --profile os up
55+
UPSTREAM_URL=http://stac-pg:8001 docker compose --profile pg up
5756
```
5857

59-
and for pgstac with
58+
and with the OpenSearch backend using [stac-fastapi-elasticsearch-opensearch](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch):
6059
```sh
61-
UPSTREAM_URL=http://stac-pg:8001 docker compose --profile pg up
60+
UPSTREAM_URL=http://stac-os:8001 docker compose --profile os up
6261
```
6362

6463

0 commit comments

Comments
 (0)