build: add frontend to main docker compose

Forgot to add this earlier
This commit is contained in:
2026-03-04 22:34:32 +00:00
parent e20d0689e8
commit a9001c79e1

View File

@@ -54,5 +54,16 @@ services:
count: 1
capabilities: [gpu]
frontend:
build:
context: ./frontend
container_name: crosspost_frontend
volumes:
- /app/node_modules
ports:
- "5173:5173"
depends_on:
- backend
volumes:
model_cache: