feat(privat/CV): sync to latest upstream (cv-upstream/main, 30f9608b)

This commit is contained in:
2026-07-07 15:20:55 +02:00
parent 8ac664d33d
commit a4efabbc60
417 changed files with 48564 additions and 712 deletions
+10
View File
@@ -0,0 +1,10 @@
services:
backend:
build: .
ports:
- "3003:3003"
volumes:
- ./server/data:/app/server/data
env_file:
- .env
restart: unless-stopped