fix: add docker socket, network, and compose plugin to production deploy #67

Merged
jimmy merged 1 commits from dev into main 2026-05-19 13:18:15 +08:00

1 Commits

Author SHA1 Message Date
Gan, Jimmy 2d08a5614c fix: add docker socket, network, and compose plugin to production deploy container
The production deploy container was failing because:
1. No docker socket mounted -- docker commands couldn't connect to daemon
2. No docker-compose plugin -- docker compose commands unavailable
3. Missing gitea_gitea network -- git clone couldn't resolve gitea hostname

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-19 13:17:25 +08:00