Skip to content

Commit

Permalink
Add docker compose (#1277)
Browse files Browse the repository at this point in the history
Co-authored-by: philongn <[email protected]>
Co-authored-by: Pablo Orgaz <[email protected]>
  • Loading branch information
3 people authored Nov 29, 2023
1 parent 64ed9cd commit aabdb04
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit aabdb04

Please sign in to comment.