fix: mount correct SSH key (rwadurian_ed25519) in agent-service
The IT0 server has its own id_ed25519 which differs from the local key that's authorized on RWADurian servers. Use a dedicated key file. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f0ad6e09e6
commit
0dea3f82bc
|
|
@ -122,7 +122,7 @@ services:
|
||||||
- ${HOME}/.claude:/home/appuser/.claude
|
- ${HOME}/.claude:/home/appuser/.claude
|
||||||
- ${HOME}/.claude.json:/home/appuser/.claude.json
|
- ${HOME}/.claude.json:/home/appuser/.claude.json
|
||||||
- claude_tenants:/data/claude-tenants
|
- claude_tenants:/data/claude-tenants
|
||||||
- ${HOME}/.ssh/id_ed25519:/tmp/host-ssh-key:ro
|
- ${HOME}/.ssh/rwadurian_ed25519:/tmp/host-ssh-key:ro
|
||||||
environment:
|
environment:
|
||||||
- DB_HOST=postgres
|
- DB_HOST=postgres
|
||||||
- DB_PORT=5432
|
- DB_PORT=5432
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue