Cleanup old code

This commit is contained in:
2025-04-10 22:51:33 -04:00
parent 05c49dee4c
commit 8b68653b6f
73 changed files with 249 additions and 8973 deletions

View File

@@ -68,6 +68,7 @@ services:
- "${API_PORT:-5000}:5000"
build:
context: api
dockerfile: Dockerfile
depends_on:
- postgres
- redis
@@ -88,7 +89,7 @@ services:
- ${UI_PORT:-3000}:3000
build:
context: ./ui/
target: dev
dockerfile: Dockerfile
volumes:
- ./ui/src:/app/src
- ./ui/public:/app/public