mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 00:04:01 +02:00
build: Dockerize apps/fetch_news.py as ingestor
This commit is contained in:
@ -56,12 +56,12 @@ the following layout:
|
||||
```
|
||||
PYTHON_POSTGRES_USERNAME=postgres
|
||||
PYTHON_POSTGRES_PASSWORD=postgres
|
||||
PYTHON_POSTGRES_HOST=localhost
|
||||
PYTHON_POSTGRES_HOST=postgres
|
||||
PYTHON_POSTGRES_DATABASE=postgres
|
||||
PYTHON_POSTGRES_PORT=5432
|
||||
|
||||
PYTHON_MONGO_USERNAME=username
|
||||
PYTHON_MONGO_HOST=localhost
|
||||
PYTHON_MONGO_HOST=mongodb
|
||||
PYTHON_MONGO_PASSWORD=password
|
||||
PYTHON_MONGO_PORT=27017
|
||||
PYTHON_MONGO_DATABASE=transparenzregister
|
||||
|
Reference in New Issue
Block a user