agnes-the-ai-analyst/infra/modules/customer-instance
ZdenekSrotyr cbd85c52ed fix(infra): replace watchtower with cron for auto-upgrade
Watchtower container has Docker API mismatch (client 1.25 vs daemon 1.54+)
that can't be worked around without upstream fix. Simple cron job does the
same thing more reliably:
- Every 5 min: docker compose pull + detect digest change + up -d if changed
- Logs to /var/log/agnes-auto-upgrade.log

This removes the watchtower container and a Docker daemon dependency.
2026-04-21 16:46:55 +02:00
..
main.tf infra: refactor Terraform into reusable customer-instance module 2026-04-21 16:18:35 +02:00
outputs.tf infra: refactor Terraform into reusable customer-instance module 2026-04-21 16:18:35 +02:00
startup-script.sh.tpl fix(infra): replace watchtower with cron for auto-upgrade 2026-04-21 16:46:55 +02:00
variables.tf infra: refactor Terraform into reusable customer-instance module 2026-04-21 16:18:35 +02:00