mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-04-28 03:32:18 +00:00
17 lines
338 B
YAML
17 lines
338 B
YAML
services:
|
|
private-gpt:
|
|
build:
|
|
dockerfile: Dockerfile.external
|
|
volumes:
|
|
- ./local_data/:/home/worker/app/local_data
|
|
ports:
|
|
- 8001:8080
|
|
environment:
|
|
PORT: 8080
|
|
PGPT_PROFILES: docker
|
|
PGPT_MODE: ollama
|
|
ollama:
|
|
image: ollama/ollama:latest
|
|
volumes:
|
|
- ./models:/root/.ollama
|