mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-06-26 23:39:29 +00:00
Co-authored-by: philongn <philongn@theugroup.co> Co-authored-by: Pablo Orgaz <pabloogc@gmail.com>
15 lines
291 B
YAML
15 lines
291 B
YAML
services:
|
|
private-gpt:
|
|
build:
|
|
dockerfile: Dockerfile.local
|
|
volumes:
|
|
- ./local_data/:/home/worker/app/local_data
|
|
- ./models/:/home/worker/app/models
|
|
ports:
|
|
- 8001:8080
|
|
environment:
|
|
PORT: 8080
|
|
PGPT_PROFILES: docker
|
|
PGPT_MODE: local
|
|
|