Ollama nur intern - Proxy entfernt, Ports angepasst
This commit is contained in:
parent
86f7178b2b
commit
8d39d8e9a3
3 changed files with 5 additions and 27 deletions
|
|
@ -56,17 +56,7 @@ services:
|
|||
- ollama_data:/root/.ollama
|
||||
networks:
|
||||
- blinko-network
|
||||
|
||||
ollama-proxy:
|
||||
image: caddy:2
|
||||
container_name: blinko-ollama-proxy
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- ollama
|
||||
volumes:
|
||||
- ./Caddyfile:/etc/caddy/Caddyfile:ro
|
||||
networks:
|
||||
- blinko-network
|
||||
# Kein Port exponiert - nur intern im Docker-Netzwerk erreichbar
|
||||
|
||||
volumes:
|
||||
blinko_data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue