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
Showing only changes of commit e0cc38ecb5 - Show all commits
+2 -3
View File
@@ -64,7 +64,6 @@ jobs:
- name: Deploy dev
run: |
export DOCKER_API_VERSION=1.43
# Use --no-recreate to avoid network issues, just restart with new image
docker compose -f /nas-dashboard/docker-compose.dev.yml up -d --no-recreate --pull never || \
# If container doesn't exist, create it
# Stop and remove old container, then create with new image
docker compose -f /nas-dashboard/docker-compose.dev.yml down || true
docker compose -f /nas-dashboard/docker-compose.dev.yml up -d --pull never