Actualiser docker-compose.yml
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
codegenerator:
|
||||
build: ./CodeGenerator
|
||||
@@ -6,6 +8,8 @@ services:
|
||||
- "8000:8000"
|
||||
environment:
|
||||
- OLLAMA_URL=http://host.docker.internal:11434
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
restart: unless-stopped
|
||||
|
||||
open-webui:
|
||||
|
||||
Reference in New Issue
Block a user