Skip to content

Commit

Permalink
同步更改
Browse files Browse the repository at this point in the history
  • Loading branch information
manjieqi committed Jul 31, 2024
1 parent f7ac28c commit e6838e5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .env.example → .env
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ HOST='0.0.0.0'
#监听端口
PORT=5000

#访问密码(对应应用的api key)
#访问密码
PASSWORD=

#GCP Project ID
#GCP项目名
PROJECT_ID=project1, project2, project3

#访问区域
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

**注意:**

auth.json文件需从GCP获取
auth内json文件需从GCP获取,命名为项目名

.env文件需完善

Expand Down
File renamed without changes.
3 changes: 2 additions & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ services:
# - 5000:5000
volumes:
- ./.env:/app/.env
- ./auth.json:/app/auth/auth.json
- ./auth:/app/auth
- ./model_mapping.json:/app/model_mapping.json
command: python main.py
restart: unless-stopped
networks:
Expand Down
File renamed without changes.

0 comments on commit e6838e5

Please sign in to comment.