Welcome to the Indie Insurance Platform documentation. This wiki contains technical documentation, guides, and reference materials for all platform services.
Indie Insurance Platform is a multi-portal insurance management system that enables:
- Partner Integration - Insurance partners can manage products, policies, and embed insurance forms on their websites
- Client Self-Service - End customers can view policies, submit claims, and manage their insurance
- Centralized Administration - System administrators manage users, organizations, and platform configuration
- Embeddable Forms - JSON-configurable insurance forms that can be embedded on any partner website
¶ Common Commands
# Start all services
sudo docker-compose up -d
# View logs
sudo docker-compose logs -f
# Restart a service
sudo docker-compose restart
# Rebuild a service
sudo docker-compose build --no-cache
sudo docker-compose up -d
# Access database
sudo docker-compose exec db psql -U app -d app
# Check service health
curl https://dev.v2.admin.api.indie.pt/health
api_admin, api_partner, api_client, api_embedding
frontend_admin, frontend_partner, frontend_client, form_builder
db, db-2, redis, mailpit, legacy_website, wiki
For questions or support, contact the development team or create an issue in the repository.
Last updated: December 2024