update
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -263,4 +269,4 @@ networks:
|
||||
munich-news-network:
|
||||
internal: true
|
||||
proxy:
|
||||
external: true
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user