Skip to content

Commit fa658f7

Browse files
remicresduckonthewebgeospatial-jeff
authored
Fix joplin pgstac (#418)
* Remove useless variables in loadjoplin-pgstac * Fix database container port mapping * Bump pgstac version * expose stac db on 5439 local port * loadjoplin-pgstac depends on database Co-authored-by: Jon Duckworth <[email protected]> Co-authored-by: Jeff Albrecht <[email protected]>
1 parent c1d940f commit fa658f7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docker-compose.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ services:
6363

6464
database:
6565
container_name: stac-db
66-
image: ghcr.io/stac-utils/pgstac:v0.6.2
66+
image: ghcr.io/stac-utils/pgstac:v0.6.6
6767
environment:
6868
- POSTGRES_USER=username
6969
- POSTGRES_PASSWORD=password
@@ -100,11 +100,6 @@ services:
100100
image: stac-utils/stac-fastapi
101101
environment:
102102
- ENVIRONMENT=development
103-
- POSTGRES_USER=username
104-
- POSTGRES_PASS=password
105-
- POSTGRES_DBNAME=postgis
106-
- POSTGRES_HOST=database
107-
- POSTGRES_PORT=5432
108103
volumes:
109104
- ./stac_fastapi:/app/stac_fastapi
110105
- ./scripts:/app/scripts

0 commit comments

Comments
 (0)