Merge dev to main: Security improvements and comprehensive test infrastructure #39

Merged
jimmy merged 195 commits from dev into main 2026-04-08 01:42:27 +08:00
2 changed files with 5 additions and 4 deletions
Showing only changes of commit cc3c56f7df - Show all commits
+5 -1
View File
@@ -77,5 +77,9 @@ jobs:
docker network create nas-dashboard_internal
fi
# Deploy with compose
# Deploy with compose (without networks in compose file)
docker compose -f docker-compose.dev.yml -p nas-dashboard-dev up -d --build --pull never
# Manually connect to networks after container is created
docker network connect nas-dashboard_internal nas-dashboard-dev || true
docker network connect gitea_gitea nas-dashboard-dev || true
-3
View File
@@ -45,9 +45,6 @@ services:
retries: 3
extra_hosts:
- "host.docker.internal:host-gateway"
networks:
- nas-dashboard_internal
- gitea_gitea
logging:
driver: json-file
options: