container-compose.yml
if default ports are unavailable
• Memory issues: Increase container memory limits in the compose file for resource-intensive workloads
• Permission errors: Ensure the container engine has proper permissions to create volumes and networks
• Network connectivity: Verify that the container engine can access external registries and repositories
• Service startup failures: Check service logs with container-compose logs <service-name>
for detailed error information
• Database connection issues: Verify that database services are healthy and accessible
• Analytics database startup: Verify that the analytics service is running and healthy using container-compose ps
• Analytics service logs: Check analytics service logs for startup errors or configuration issues
Development Ready: Container Compose deployment provides a complete NeuralTrust Data Plane environment suitable for development, testing, and smaller production deployments with simplified management and rapid deployment capabilities.