Compare commits

..

2 Commits

Author SHA1 Message Date
eb273efe61 Merge remote-tracking branch 'origin/main' into feat/editable-datasets 2026-03-04 22:34:55 +00:00
a9001c79e1 build: add frontend to main docker compose
Forgot to add this earlier
2026-03-04 22:34:32 +00:00

View File

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