docker-compose-plugin package is not in Debian default repos.
Download the binary directly from GitHub releases.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Deploy scripts use `docker compose` (Compose V2 plugin) which is not
included in docker.io package.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Mount host /var/www into /mnt/apps to avoid conflict with container /var/www/html
- Use GID 987 (host docker group) instead of 999 for socket access
- Add group_add in docker-compose for container-level GID
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Host /var/www contains all apps. Mounting it at /mnt/apps avoids
overwriting the container's /var/www/html where Central lives.
App paths in the UI should use /mnt/apps/ prefix.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Create var/log in Dockerfile (fixes Symfony logging in prod)
- Add www-data to docker group (fixes docker CLI access for health/deploy)
- Remove obsolete /var/www/maintenance/* dirs (volumes mount app dirs directly)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>