janar commited on
Commit
ccb708d
1 Parent(s): 12a040e

commit docker changes

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -16,7 +16,9 @@ COPY api .
16
  # Expose the port the app runs on
17
  EXPOSE 8080
18
 
 
19
  ENV OPENAI_API_KEY=zzz
20
  ENV QDRANT_URL="https://32f125d3-5ab1-4058-a10a-bd38a1ebd647.us-east-1-0.aws.cloud.qdrant.io"
 
21
  # Start the application using Uvicorn
22
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8080"]
 
16
  # Expose the port the app runs on
17
  EXPOSE 8080
18
 
19
+ #todo these keys are environment specific
20
  ENV OPENAI_API_KEY=zzz
21
  ENV QDRANT_URL="https://32f125d3-5ab1-4058-a10a-bd38a1ebd647.us-east-1-0.aws.cloud.qdrant.io"
22
+ ENV STORE="QDRANT"
23
  # Start the application using Uvicorn
24
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8080"]