File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ def __init__(self):
5656 logger .info (f"Init Config" )
5757
5858 # version
59- self .VERSION = "0.1.2 "
59+ self .VERSION = "0.1.3 "
6060 self .POSTGRES_SCHEMA_VERSION = 3
6161
6262 # mode
Original file line number Diff line number Diff line change 1- Fastapi == 0.101 .1
1+ Fastapi == 0.109 .1
22uvicorn == 0.23.2
33aiohttp == 3.9.2
44PyJWT == 2.8.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3.3"
22
33services :
44 frontend :
5- image : taskingai/taskingai-console:v0.1.2
5+ image : taskingai/taskingai-console:v0.1.3
66 depends_on :
77 - backend-web
88 - backend-api
@@ -14,7 +14,7 @@ services:
1414 AES_ENCRYPTION_KEY : b90e4648ad699c3bdf62c0860e09eb9efc098ee75f215bf750847ae19d41e4b0
1515
1616 backend-api :
17- image : taskingai/taskingai-server:v0.1.2
17+ image : taskingai/taskingai-server:v0.1.3
1818 environment :
1919 POSTGRES_URL : postgres://postgres:TaskingAI321@db:5432/taskingai
2020 REDIS_URL : redis://:TaskingAI321@cache:6379/0
@@ -28,7 +28,7 @@ services:
2828 - backend-inference
2929
3030 backend-web :
31- image : taskingai/taskingai-server:v0.1.2
31+ image : taskingai/taskingai-server:v0.1.3
3232 environment :
3333 POSTGRES_URL : postgres://postgres:TaskingAI321@db:5432/taskingai
3434 REDIS_URL : redis://:TaskingAI321@cache:6379/0
You can’t perform that action at this time.
0 commit comments