Seeflyer937 commited on
Commit
869e9d0
1 Parent(s): 7ed3128

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -13
Dockerfile CHANGED
@@ -1,16 +1,3 @@
1
- FROM ankane/pgvector:v0.5.0
2
- EXPOSE 5432
3
- ENV PORT 5432
4
- ENV POSTGRES_USER=username
5
- ENV POSTGRES_PASSWORD=password
6
- ENV POSTGRES_DB=postgres
7
-
8
- FROM registry.cn-hangzhou.aliyuncs.com/fastgpt/mongo:5.0.18
9
- EXPOSE 27017
10
- ENV PORT 27017
11
- ENV MONGO_INITDB_ROOT_USERNAME=myusername
12
- ENV MONGO_INITDB_ROOT_PASSWORD=mypassword
13
-
14
  FROM ghcr.io/labring/fastgpt:latest
15
  EXPOSE 3000
16
  ENV PORT 3000
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  FROM ghcr.io/labring/fastgpt:latest
2
  EXPOSE 3000
3
  ENV PORT 3000