Skip to content

Commit

Permalink
mount config dir as volume in docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasschaub authored Sep 13, 2022
1 parent c12edc3 commit c648b5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Current Main

## Breaking Changes
### Breaking Changes

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

Expand Down Expand Up @@ -88,6 +88,7 @@
[#397]: https://github.com/GIScience/ohsome-quality-analyst/pull/397
[#410]: https://github.com/GIScience/ohsome-quality-analyst/pull/410


## 0.10.1

### New Features
Expand Down
8 changes: 2 additions & 6 deletions docker-compose.development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,14 @@ services:
context: ./workers
dockerfile: Dockerfile
environment:
OQT_CONFIG: /config/config.yaml
OQT_DATA_DIR: /data
OQT_LOG_LEVEL: INFO
OQT_OHSOME_API: https://api.ohsome.org/v1/
POSTGRES_DB: oqt
POSTGRES_USER: oqt
POSTGRES_PASSWORD: oqt
POSTGRES_HOST: oqt-database
POSTGRES_PORT: 5432
POSTGRES_SCHEMA: public
command: poetry run python scripts/start_api.py --host 0.0.0.0
volumes:
- ./data:/data
- ./workers/config:/config
ports:
- "127.0.0.1:8080:8080"
networks:
Expand Down

0 comments on commit c648b5f

Please sign in to comment.