Hello Traefik community,
I'm running ERPNext and N8N on a Hostinger VPS with Traefik as a reverse proxy (all containerized with Docker). I'm looking to improve the resilience of my setup to minimize potential downtime.
Current Infrastructure:
Hostinger VPS
ERPNext deployed via Docker containers
Traefik as reverse proxy
N8N workflow automation tool
I've researched several approaches to enhance uptime and would appreciate feedback or corrections:
- Database separation: Move the ERPNext database to a separate remote server
- Monitoring solution: Implement real-time monitoring with ERPNext-CrateDB + N8N for alerts
- Failover system: Set up DNS failover to route traffic to a backup ERPNext instance (sharing the same database)
What would you recommend for maximizing uptime in this setup especially for Traefik configuration?
Thank you in advance.