File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 33
44## Current Main
55
6- ## Breaking Changes
6+ ### Breaking Changes
77
88- Rename layer ` ideal_vgi_infrastructure ` to ` infrastructure_lines ` ([ #416 ] [ #426 ] )
99
8888[ #397 ] : https://github.com/GIScience/ohsome-quality-analyst/pull/397
8989[ #410 ] : https://github.com/GIScience/ohsome-quality-analyst/pull/410
9090
91+
9192## 0.10.1
9293
9394### New Features
Original file line number Diff line number Diff line change @@ -6,18 +6,14 @@ services:
66 context : ./workers
77 dockerfile : Dockerfile
88 environment :
9+ OQT_CONFIG : /config/config.yaml
910 OQT_DATA_DIR : /data
10- OQT_LOG_LEVEL : INFO
11- OQT_OHSOME_API : https://api.ohsome.org/v1/
12- POSTGRES_DB : oqt
13- POSTGRES_USER : oqt
14- POSTGRES_PASSWORD : oqt
1511 POSTGRES_HOST : oqt-database
1612 POSTGRES_PORT : 5432
17- POSTGRES_SCHEMA : public
1813 command : poetry run python scripts/start_api.py --host 0.0.0.0
1914 volumes :
2015 - ./data:/data
16+ - ./workers/config:/config
2117 ports :
2218 - " 127.0.0.1:8080:8080"
2319 networks :
You can’t perform that action at this time.
0 commit comments