feat(coolify): track SSH config and known_hosts in repo

Mount from stack directory instead of .data, consistent with how
gitea handles runner-config.yaml.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-08 19:02:12 +02:00
parent 68bcea4adc
commit dc52de77bc
3 changed files with 12 additions and 2 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ services:
- ../.data/coolify/storage/databases:/var/www/html/storage/app/databases
- ../.data/coolify/storage/services:/var/www/html/storage/app/services
- ../.data/coolify/storage/backups:/var/www/html/storage/app/backups
- ../.data/coolify/ssh_config:/etc/ssh/ssh_config.d/gitea.conf:ro
- ../.data/coolify/ssh_known_hosts:/etc/ssh/ssh_known_hosts:ro
- ./ssh_config:/etc/ssh/ssh_config.d/gitea.conf:ro
- ./ssh_known_hosts:/etc/ssh/ssh_known_hosts:ro
depends_on:
db:
condition: service_healthy