This commit is contained in:
2025-11-11 14:22:21 +01:00
parent 1075a91eac
commit 760a458e66
4 changed files with 19 additions and 23 deletions

View File

@@ -1,5 +1,3 @@
version: '3.8'
services:
# MongoDB Database
mongodb:
@@ -39,9 +37,6 @@ services:
- TZ=Europe/Berlin
volumes:
- ./backend/.env:/app/.env:ro
- ./backend/config.py:/app/config.py:ro
- ./backend/ollama_client.py:/app/ollama_client.py:ro
- ./news_crawler:/app:ro
networks:
- munich-news-network
healthcheck:
@@ -92,8 +87,6 @@ services:
- TZ=Europe/Berlin
volumes:
- ./backend/.env:/app/.env:ro
- ./backend/services:/app/backend/services:ro
- ./news_sender:/app:ro
networks:
- munich-news-network
healthcheck: