lvvignesh2122 commited on
Commit
e2c7858
·
1 Parent(s): 4b7bc58

Fix local docker-compose port mapping (8000->7860)

Browse files
Files changed (1) hide show
  1. docker-compose.yml +1 -1
docker-compose.yml CHANGED
@@ -4,7 +4,7 @@ services:
4
  api:
5
  build: .
6
  ports:
7
- - "8000:8000"
8
  environment:
9
  - GEMINI_API_KEY=${GEMINI_API_KEY}
10
  - TAVILY_API_KEY=${TAVILY_API_KEY}
 
4
  api:
5
  build: .
6
  ports:
7
+ - "8000:7860"
8
  environment:
9
  - GEMINI_API_KEY=${GEMINI_API_KEY}
10
  - TAVILY_API_KEY=${TAVILY_API_KEY}