mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-08-21 00:44:15 +00:00
fixed nginx docker-compose
This commit is contained in:
parent
11fbd645f7
commit
56bf6df38c
@ -2,13 +2,11 @@ version: '3.8'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
nginx:
|
nginx:
|
||||||
build:
|
image: nginx:latest
|
||||||
context: .
|
|
||||||
dockerfile: Dockerfile.nginx
|
|
||||||
ports:
|
|
||||||
- 80:80
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./nginx/nginx.conf:/etc/nginx/conf.d/default.conf
|
- ./nginx/nginx.conf:/etc/nginx/conf.d/default.conf
|
||||||
|
ports:
|
||||||
|
- 80:80
|
||||||
depends_on:
|
depends_on:
|
||||||
- private-gpt
|
- private-gpt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user