Skip to content

Commit 0b65a8c

Browse files
jameszyaoSimsonW
authored andcommitted
build: update docker-compose.yml
1 parent c571217 commit 0b65a8c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

backend/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Fastapi==0.101.1
1+
Fastapi==0.109.1
22
uvicorn==0.23.2
33
aiohttp==3.9.2
44
PyJWT==2.8.0

docker/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.3"
22

33
services:
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

0 commit comments

Comments
 (0)