This commit is contained in:
2025-11-18 07:42:19 +00:00
parent c4b0e800e0
commit 2c1d7fa81a

View File

@@ -26,6 +26,9 @@ services:
- ollama_data:/root/.ollama
networks:
- munich-news-network
dns:
- 8.8.8.8
- 8.8.4.4
# GPU support (uncomment if you have NVIDIA GPU)
# deploy:
# resources:
@@ -54,6 +57,9 @@ services:
- backend/.env
volumes:
- ./scripts/setup-ollama-model.sh:/setup-ollama-model.sh:ro
dns:
- 8.8.8.8
- 8.8.4.4
command: sh /setup-ollama-model.sh
restart: on-failure