File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3'
2
2
services :
3
3
app :
4
4
container_name : stac-fastapi-pgstac
5
- image : stac-utils/stac-fastapi
5
+ image : stac-utils/stac-fastapi-pgstac
6
6
platform : linux/amd64
7
7
build : .
8
8
environment :
@@ -33,7 +33,7 @@ services:
33
33
34
34
database :
35
35
container_name : stac-db
36
- image : ghcr.io/stac-utils/pgstac:v0.7.6
36
+ image : ghcr.io/stac-utils/pgstac:v0.7.9
37
37
environment :
38
38
- POSTGRES_USER=username
39
39
- POSTGRES_PASSWORD=password
@@ -47,7 +47,7 @@ services:
47
47
48
48
# Load joplin demo dataset into the PGStac Application
49
49
loadjoplin :
50
- image : stac-utils/stac-fastapi
50
+ image : stac-utils/stac-fastapi-pgstac
51
51
environment :
52
52
- ENVIRONMENT=development
53
53
volumes :
Original file line number Diff line number Diff line change 5
5
# Assumptions:
6
6
#
7
7
# - You have stac-api-validator installed, e.g. via `pip install stac-api-validator`
8
- # - You've loaded the joplin data, probably using `python ./scripts/ingest_joplin.py http://localhost:8080 ``
8
+ # - You've loaded the joplin data, probably using `python ./scripts/ingest_joplin.py http://localhost:8082 ``
9
9
#
10
10
# Currently, item-search is not checked, because it crashes stac-api-validator (probably a problem on our side).
11
11
12
12
set -e
13
13
14
14
if [ $# -eq 0 ]; then
15
- root_url=http://localhost:8080
15
+ root_url=http://localhost:8082
16
16
else
17
17
root_url=" $1 "
18
18
fi
You can’t perform that action at this time.
0 commit comments