fix: set explicit project name for dev compose to avoid conflicts
Deploy Dashboard (Dev) / deploy-dev (push) Failing after 5m56s
Run Tests / Frontend Tests (push) Has been cancelled
Run Tests / Test Summary (push) Has been cancelled
Run Tests / Backend Tests (push) Has started running

The dev compose was inheriting 'nas-dashboard' project name, causing
conflicts with the production dashboard when trying to use the same networks.
This commit is contained in:
Gan, Jimmy
2026-04-04 01:07:03 +08:00
parent cf56c095bf
commit a88f5b9c95
+2
View File
@@ -1,3 +1,5 @@
name: nas-dashboard-dev
services: services:
dashboard-dev: dashboard-dev:
image: nas-dashboard-dev:latest image: nas-dashboard-dev:latest