更新Docker Compose配置以拉取最新云端镜像,并在后端依赖中新增httpx库
Some checks failed
Deploy Noval to K3s / deploy (push) Failing after 1m17s
Some checks failed
Deploy Noval to K3s / deploy (push) Failing after 1m17s
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
fastapi>=0.115.0
|
fastapi>=0.115.0
|
||||||
uvicorn[standard]>=0.34.0
|
uvicorn[standard]>=0.34.0
|
||||||
sqlmodel>=0.0.22
|
sqlmodel>=0.0.22
|
||||||
|
httpx>=0.27.0
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
noval:
|
noval:
|
||||||
|
image: crpi-om2xd9y8cmaizszf.cn-beijing.personal.cr.aliyuncs.com/test-namespace-gu/writing-reddot:latest
|
||||||
build: .
|
build: .
|
||||||
container_name: noval
|
container_name: noval
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user