fix: remove duplicate docker socket mount in deploy container config #68

Merged
jimmy merged 2 commits from dev into main 2026-05-21 21:46:43 +08:00
Owner

Removes duplicate /var/run/docker.sock mount and invalid docker-compose plugin path that were causing Duplicate mount point errors in the deploy job container.

Removes duplicate /var/run/docker.sock mount and invalid docker-compose plugin path that were causing Duplicate mount point errors in the deploy job container.
jimmy added 2 commits 2026-05-21 21:31:12 +08:00
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>
The docker socket was mounted twice (runner + deploy.yml), causing
"Duplicate mount point: /var/run/docker.sock" errors. Also removed
invalid docker-compose plugin path that doesn't exist on the runner.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
jimmy merged commit bcb4012a4c into main 2026-05-21 21:46:43 +08:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jimmy/nas-tools#68