We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b5200 commit 707037bCopy full SHA for 707037b
backend/config.py
@@ -56,7 +56,7 @@ def __init__(self):
56
logger.info(f"Init Config")
57
58
# version
59
- self.VERSION = "0.0.1"
+ self.VERSION = "0.1.0"
60
self.POSTGRES_SCHEMA_VERSION = 1
61
62
# mode
docker/docker-compose.yml
@@ -2,7 +2,7 @@ version: "0.1.0"
2
3
services:
4
frontend:
5
- image: taskingai-console:0.1.0
+ image: taskingai/taskingai-console:0.1.0
6
depends_on:
7
- backend-web
8
- backend-api
@@ -20,7 +20,7 @@ services:
20
retries: 10
21
22
backend-api:
23
- image: taskingai-server:0.1.0
+ image: taskingai/taskingai-server:0.1.0
24
environment:
25
POSTGRES_URL: postgres://postgres:TaskingAI321@db:5432/taskingai
26
REDIS_URL: redis://:TaskingAI321@cache:6379/0
0 commit comments