Deploy jetta-logs and verify SSL/TLS certificates
Job ID: 1758e5f9-523c-45d8-a8c8-6928f2aca709
pending
high priority
high priority
Target
- Repository
- jetta-logs
- URL to Test
- https://logs.jettaintelligence.com
Description
jetta-logs deployment is stuck at 'starting:unknown' in Coolify. Environment variables have been set (ARTEMIS_API_KEY, GRAFANA_PASSWORD, JETTA_SSO_URL). The app is a docker-compose stack with 4 services: grafana, loki, grafana-proxy, and jetta-logs API. DNS is correctly pointing to 80.209.241.157 for both logs.jettaintelligence.com and logs-api.jettaintelligence.com.
Test Steps
1. Navigate to Coolify dashboard: https://hq.jettaintelligence.com 2. Find jetta-logs application (UUID: t4k8ws48g4ks8s8c8o0wsgkg) 3. Check Deployments tab for error logs 4. If stuck, click "Force Rebuild" or "Restart" 5. Wait for build to complete (docker-compose with 4 services) 6. Verify containers are running: grafana, loki, grafana-proxy, jetta-logs 7. Test https://logs.jettaintelligence.com - should redirect to SSO 8. Test https://logs-api.jettaintelligence.com/health - should return 200 OK 9. After SSO login, verify Grafana dashboard loads 10. Check Loki data source is connected in Grafana
Expected Results
- All 4 containers running and healthy
- SSL certificates issued by Let's Encrypt
- logs.jettaintelligence.com redirects to Jetta SSO
- After auth, Grafana dashboard loads successfully
- logs-api.jettaintelligence.com/health returns {"status": "healthy"}
- Loki data source shows as connected in Grafana