mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 07:40:12 +01:00
Add docker compose (#1277)
Co-authored-by: philongn <philongn@theugroup.co> Co-authored-by: Pablo Orgaz <pabloogc@gmail.com>
This commit is contained in:
parent
64ed9cd872
commit
aabdb046ae
1 changed files with 14 additions and 0 deletions
14
docker-compose.yaml
Normal file
14
docker-compose.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
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
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue