File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
version : ' 3'
2
2
services :
3
3
stac-fastapi-pgstac :
4
- image : ghcr.io/stac-utils/stac-fastapi:latest -pgstac
4
+ image : ghcr.io/stac-utils/stac-fastapi:main -pgstac
5
5
platform : linux/amd64
6
6
environment :
7
7
- APP_HOST=0.0.0.0
Original file line number Diff line number Diff line change 1
1
version : ' 3'
2
2
services :
3
3
stac-fastapi-sqlalchemy :
4
- image : ghcr.io/stac-utils/stac-fastapi:latest -sqlalchemy
4
+ image : ghcr.io/stac-utils/stac-fastapi:main -sqlalchemy
5
5
platform : linux/amd64
6
6
environment :
7
7
- APP_HOST=0.0.0.0
@@ -32,7 +32,7 @@ services:
32
32
command : postgres -N 500
33
33
34
34
migrate :
35
- image : ghcr.io/stac-utils/stac-fastapi:latest -sqlalchemy
35
+ image : ghcr.io/stac-utils/stac-fastapi:main -sqlalchemy
36
36
command : bash -c "cd /app && alembic upgrade head"
37
37
environment :
38
38
- POSTGRES_USER=username
You can’t perform that action at this time.
0 commit comments