eba9f560ac76c6387f301927c53d25f53181591b
The compose volume `jars` gets created as `<project>_jars` by Docker Compose, but JARDOCKERVOLUME tells the server to mount `cameleer-jars` on deployed app containers. These are different Docker volumes, so the app JAR was never visible inside the app container — causing ClassNotFoundException on startup. Fix: add `name: cameleer-jars` to the volume definition so both the server and deployed app containers share the same named volume. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Description
Multi-tenant SaaS platform — Camel application runtime with built-in observability. Wraps cameleer3 agent + server.
Languages
Java
47.4%
TypeScript
23.4%
Shell
16.5%
PowerShell
11.3%
Dockerfile
0.7%
Other
0.7%