Container runs as uid 1000 (homelab), HOME=/home/homelab. ssh without -i looks for $HOME/.ssh — mounting to /root/.ssh was never visible to the process user and caused silent Permission denied on event shipping. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
12 lines
290 B
YAML
12 lines
290 B
YAML
services:
|
|
node-agent:
|
|
environment:
|
|
- NODE_NAME=solaria
|
|
- NODE_TYPE=ai_node
|
|
- VPS_EVENTS_HOST=100.95.58.48
|
|
- VPS_EVENTS_USER=oskar
|
|
- VPS_EVENTS_PATH=/opt/homelab/events
|
|
- CHECK_INTERVAL=60
|
|
volumes:
|
|
- /home/oskar/.ssh:/home/homelab/.ssh:ro
|