Skip to content

Commit c648b5f

Browse files
mount config dir as volume in docker-compose file
1 parent c12edc3 commit c648b5f

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Current Main
55

6-
## Breaking Changes
6+
### Breaking Changes
77

88
- Rename layer `ideal_vgi_infrastructure` to `infrastructure_lines` ([#416] [#426])
99

@@ -88,6 +88,7 @@
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

docker-compose.development.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)