We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c64c8 commit b329083Copy full SHA for b329083
docker-compose.yaml
@@ -26,7 +26,7 @@ services:
26
command: bash -c "./scripts/wait-for-it.sh database:5432 && python -m stac_fastapi.pgstac.app"
27
28
database:
29
- image: ghcr.io/stac-utils/pgstac:v0.8.5
+ image: ghcr.io/stac-utils/pgstac:v0.9.5
30
environment:
31
POSTGRES_USER: username
32
POSTGRES_PASSWORD: password
0 commit comments