mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-09-02 15:55:02 +00:00
Changes to be committed:
modified: docker-compose.yaml
This commit is contained in:
@@ -11,10 +11,10 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- gpt-net
|
- gpt-net
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 8001:8080
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
environment:
|
environment:
|
||||||
PORT: 80
|
PORT: 8080
|
||||||
PGPT_PROFILES: docker
|
PGPT_PROFILES: docker
|
||||||
PGPT_MODE: local
|
PGPT_MODE: local
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user