fix: ensure nas-dashboard_internal network exists before docker run
This commit is contained in:
@@ -67,6 +67,9 @@ jobs:
|
|||||||
docker compose -f docker-compose.dev.yml down --remove-orphans || true
|
docker compose -f docker-compose.dev.yml down --remove-orphans || true
|
||||||
docker rm -f nas-dashboard-dev || true
|
docker rm -f nas-dashboard-dev || true
|
||||||
|
|
||||||
|
# Ensure network exists
|
||||||
|
docker network create nas-dashboard_internal 2>/dev/null || true
|
||||||
|
|
||||||
# Deploy with bridge networking to avoid port 4000 conflicts with Production
|
# Deploy with bridge networking to avoid port 4000 conflicts with Production
|
||||||
docker run -d \
|
docker run -d \
|
||||||
--name nas-dashboard-dev \
|
--name nas-dashboard-dev \
|
||||||
|
|||||||
Reference in New Issue
Block a user