fix: remove manual network connect (already in compose file)
The compose file already declares both networks, so the manual docker network connect causes a conflict.
This commit is contained in:
@@ -72,9 +72,6 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Use a dedicated project name to avoid killing production (which is project 'nas-dashboard')
|
# Use a dedicated project name to avoid killing production (which is project 'nas-dashboard')
|
||||||
# and deploy using theSynced compose file.
|
# and deploy using the synced compose file.
|
||||||
docker compose -f docker-compose.dev.yml -p nas-dashboard-dev down --remove-orphans || true
|
docker compose -f docker-compose.dev.yml -p nas-dashboard-dev down --remove-orphans || true
|
||||||
docker compose -f docker-compose.dev.yml -p nas-dashboard-dev up -d --build --pull never
|
docker compose -f docker-compose.dev.yml -p nas-dashboard-dev up -d --build --pull never
|
||||||
|
|
||||||
# Connect to gitea_gitea network for database access (OPC_DB)
|
|
||||||
docker network connect gitea_gitea nas-dashboard-dev || true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user