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 3
3
4
4
## Current Main
5
5
6
- ## Breaking Changes
6
+ ### Breaking Changes
7
7
8
8
- Rename layer ` ideal_vgi_infrastructure ` to ` infrastructure_lines ` ([ #416 ] [ #426 ] )
9
9
88
88
[ #397 ] : https://github.com/GIScience/ohsome-quality-analyst/pull/397
89
89
[ #410 ] : https://github.com/GIScience/ohsome-quality-analyst/pull/410
90
90
91
+
91
92
## 0.10.1
92
93
93
94
### New Features
Original file line number Diff line number Diff line change @@ -6,18 +6,14 @@ services:
6
6
context : ./workers
7
7
dockerfile : Dockerfile
8
8
environment :
9
+ OQT_CONFIG : /config/config.yaml
9
10
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
15
11
POSTGRES_HOST : oqt-database
16
12
POSTGRES_PORT : 5432
17
- POSTGRES_SCHEMA : public
18
13
command : poetry run python scripts/start_api.py --host 0.0.0.0
19
14
volumes :
20
15
- ./data:/data
16
+ - ./workers/config:/config
21
17
ports :
22
18
- " 127.0.0.1:8080:8080"
23
19
networks :
You can’t perform that action at this time.
0 commit comments