Skip to content

Commit 44f03c5

Browse files
Update docker compose for sqlalchemy (#330)
* Update docker compose for sqlalchemy Unless I'm missing something, these variables are only needed for pgstac? * Remove gdal env variables from sqlalchemy compose Co-authored-by: Nathan Zimmerman <[email protected]>
1 parent 7a97d6c commit 44f03c5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docker-compose.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ services:
1919
- POSTGRES_HOST_WRITER=database
2020
- POSTGRES_PORT=5432
2121
- WEB_CONCURRENCY=10
22-
- VSI_CACHE=TRUE
23-
- GDAL_HTTP_MERGE_CONSECUTIVE_RANGES=YES
24-
- GDAL_DISABLE_READDIR_ON_OPEN=EMPTY_DIR
25-
- DB_MIN_CONN_SIZE=1
26-
- DB_MAX_CONN_SIZE=1
2722
ports:
2823
- "8081:8081"
2924
volumes:

0 commit comments

Comments
 (0)