feat: update Docker setup, add environment variables, and enhance property scraping logic

This commit is contained in:
Elmar Kresse
2025-02-10 10:02:53 +01:00
parent f16116040d
commit 92bb5b2e85
11 changed files with 66 additions and 74 deletions

View File

@ -1,5 +1,9 @@
services:
python:
image: gitlab.dit.htwk-leipzig.de:5050/ekresse/flatscraper:main
build:
context: .
dockerfile: Dockerfile
container_name: flatscraper
env_file:
- .env