Actualiser docker-compose.yml
This commit is contained in:
@@ -9,7 +9,7 @@ services:
|
||||
environment:
|
||||
- OLLAMA_URL=http://host.docker.internal:11434
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /var/run/docker.sock:/var/run/docker.sock # Docker-in-Docker via host socket
|
||||
restart: unless-stopped
|
||||
|
||||
open-webui:
|
||||
@@ -19,5 +19,5 @@ services:
|
||||
- "3000:8080"
|
||||
environment:
|
||||
- OLLAMA_BASE_URL=http://host.docker.internal:11434
|
||||
- WEBUI_SECRET_KEY=change-me
|
||||
- WEBUI_SECRET_KEY=change-me # changer pour la production
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user