build: Docker compose build successful with all services

- Fixed Dockerfiles (removed admin-ui references)
- Updated Cargo.toml workspace
- Added @tailwindcss/postcss dependency
- All services building and running correctly
This commit is contained in:
2026-03-06 15:18:03 +01:00
parent 1dca1099cf
commit 2b30ae47de
5 changed files with 677 additions and 6 deletions

View File

@@ -2,7 +2,6 @@
members = [
"apps/api",
"apps/indexer",
"apps/admin-ui",
"crates/core",
"crates/parsers",
]