Files
cameleer-saas/installer
hsiegeln 4fe642b91d
All checks were successful
CI / build (push) Successful in 1m12s
CI / docker (push) Successful in 15s
fix: add Docker socket mount and DOCKER_HOST to SaaS service
The cameleer-saas service needs Docker socket access for tenant
provisioning. Add the socket bind mount, group_add for permissions,
and explicit DOCKER_HOST=unix:///var/run/docker.sock to prevent
the Java Docker client from falling back to TCP (which happens on
WSL2 + Docker Desktop when DOCKER_HOST leaks from the host env).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 18:30:55 +02:00
..