build: Dockerize apps/fetch_news.py as ingestor

This commit is contained in:
TrisNol
2023-11-11 13:19:23 +01:00
parent 170056bf58
commit 5dcf8ecf55
5 changed files with 23 additions and 4 deletions

View File

@ -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