mirror of
https://github.com/JamesTheGiblet/BuddAI.git
synced 2026-01-08 21:58:40 +00:00
14 lines
No EOL
262 B
YAML
14 lines
No EOL
262 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
buddai:
|
|
build: .
|
|
ports:
|
|
- "8000:8000"
|
|
volumes:
|
|
- ./data:/app/data
|
|
environment:
|
|
- OLLAMA_HOST=host.docker.internal
|
|
- OLLAMA_PORT=11434
|
|
extra_hosts:
|
|
- "host.docker.internal:host-gateway" |