fix(deploy): add compose project name to avoid cross-project conflicts
Some checks failed
CI / test (push) Has been cancelled
CI / golangci-lint (push) Has been cancelled
Security Scan / backend-security (push) Has been cancelled
Security Scan / frontend-security (push) Has been cancelled

Both projects use deploy/ directory, causing Docker Compose to share
the same project name "deploy" and volume namespace. Adding explicit
name: fireflyapi isolates volumes and containers completely.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-07 15:22:25 +08:00
parent 90c36bb559
commit 66d72c7b3b

View File

@@ -12,6 +12,8 @@
# No Setup Wizard needed - the system auto-initializes on first run.
# =============================================================================
name: fireflyapi
services:
# ===========================================================================
# FireflyAPI Application