feat: move core to tui and begin grpc work
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-05-11 23:23:00 +02:00
parent 86cba91b16
commit 4a0fcd1bbb
25 changed files with 309 additions and 112 deletions

View File

@@ -1,4 +1,3 @@
version: "3"
services:
crdb:
restart: 'always'
@@ -11,5 +10,5 @@ services:
retries: 5
start_period: '20s'
ports:
- 8080:8080
- 28080:8080
- '26257:26257'