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