Skip to content

Commit 707037b

Browse files
committed
build: update docker-compose.yml
1 parent a4b5200 commit 707037b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.0.1"
59+
self.VERSION = "0.1.0"
6060
self.POSTGRES_SCHEMA_VERSION = 1
6161

6262
# mode

docker/docker-compose.yml

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

33
services:
44
frontend:
5-
image: taskingai-console:0.1.0
5+
image: taskingai/taskingai-console:0.1.0
66
depends_on:
77
- backend-web
88
- backend-api
@@ -20,7 +20,7 @@ services:
2020
retries: 10
2121

2222
backend-api:
23-
image: taskingai-server:0.1.0
23+
image: taskingai/taskingai-server:0.1.0
2424
environment:
2525
POSTGRES_URL: postgres://postgres:TaskingAI321@db:5432/taskingai
2626
REDIS_URL: redis://:TaskingAI321@cache:6379/0

0 commit comments

Comments
 (0)