Skip to content

Commit e653b37

Browse files
#704 Upgrade All Adjacent Servers (#705)
1 parent 2d1ac91 commit e653b37

3 files changed

Lines changed: 16 additions & 16 deletions

File tree

docker-compose.sample.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
- ./ssl:/usr/src/app/ssl
3030

3131
stac-fastapi:
32-
image: ghcr.io/stac-utils/stac-fastapi-pgstac:4.0.3
32+
image: ghcr.io/stac-utils/stac-fastapi-pgstac:5.0.2
3333
ports:
3434
- 8881
3535
environment:
@@ -57,7 +57,7 @@ services:
5757
- ./Missions:/Missions
5858

5959
tipg:
60-
image: ghcr.io/developmentseed/tipg:0.7.2
60+
image: ghcr.io/developmentseed/tipg:1.1.0
6161
ports:
6262
- 8882
6363
environment:
@@ -81,7 +81,7 @@ services:
8181
- POSTGRES_PORT=5432
8282
- DB_MIN_CONN_SIZE=1
8383
- DB_MAX_CONN_SIZE=10
84-
command: bash -c "/start.sh"
84+
command: bash -c "uvicorn tipg.main:app --host 0.0.0.0 --port 8882"
8585
depends_on:
8686
mmgis:
8787
condition: service_healthy
@@ -96,7 +96,7 @@ services:
9696
# TODO: remove once https://github.com/rasterio/rasterio-wheels/issues/69 is resolved
9797
# See https://github.com/developmentseed/titiler/discussions/387
9898
platform: linux/amd64
99-
image: ghcr.io/developmentseed/titiler-uvicorn:0.18.6
99+
image: ghcr.io/developmentseed/titiler:0.22.2
100100
ports:
101101
- 8883
102102
environment:
@@ -140,7 +140,7 @@ services:
140140
# At the time of writing, rasterio and psycopg wheels are not available for arm64 arch
141141
# so we force the image to be built with linux/amd64
142142
platform: linux/amd64
143-
image: ghcr.io/stac-utils/titiler-pgstac:1.4.0
143+
image: ghcr.io/stac-utils/titiler-pgstac:1.8.0
144144
ports:
145145
- 8884
146146
environment:
@@ -191,7 +191,7 @@ services:
191191
db:
192192
condition: service_healthy
193193
restart: true
194-
command: bash -c "/start.sh"
194+
command: bash -c "uvicorn titiler.pgstac.main:app --host 0.0.0.0 --port 8884"
195195
volumes:
196196
- ./Missions:/Missions
197197

python-environment.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ dependencies:
1111
- rio_stac==0.8.1
1212
- spiceypy==5.1.2
1313
- pymap3d==3.0.1
14-
- pypgstac==0.8.6
14+
- pypgstac==0.9.6
1515
- python-dotenv[cli]==1.0.1
1616
- uvicorn==0.30.6
1717
- psycopg[binary,pool]==3.2.1
18-
- stac-fastapi-pgstac==4.0.3
19-
- tipg==0.7.2
20-
- titiler.application==0.18.6
21-
- titiler-pgstac==1.4.0
18+
- stac-fastapi-pgstac==5.0.2
19+
- tipg==1.1.0
20+
- titiler.application==0.22.2
21+
- titiler-pgstac==1.8.0

python-requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
numpy==2.1.0
22
spiceypy==5.1.2
33
pymap3d==3.0.1
4-
pypgstac==0.8.6
4+
pypgstac==0.9.6
55
python-dotenv[cli]==1.0.1
66
uvicorn==0.30.6
77
psycopg[binary,pool]==3.2.1
8-
stac-fastapi-pgstac==3.0.0
9-
tipg==0.7.2
10-
titiler.application==0.18.6
11-
titiler-pgstac==1.4.0
8+
stac-fastapi-pgstac==5.0.2
9+
tipg==1.1.0
10+
titiler.application==0.22.2
11+
titiler-pgstac==1.8.0

0 commit comments

Comments
 (0)