Gain a complete understanding of your users across every digital touchpoint with a platform built for data privacy and ownership. Unlike third-party tools, this solution gives you full control over your data through on-premise or private cloud hosting, ensuring compliance and security. It provides a unified suite of tools to capture, analyze, and act on user behavior.
Collect reliable first-party data from all your applications with an extensive range of SDKs for mobile, web, and desktop. Then, turn that raw data into actionable insights using powerful dashboards and visualization tools to understand user journeys and product performance. Finally, drive meaningful engagement and improve retention with built-in features, including:
This integrated approach allows you to build better products and foster stronger customer connections without ever compromising on data security.
services:
mongo:
image: mongo:5.0
restart: always
volumes:
- ./data/mongo:/data/db
ulimits:
nofile:
soft: 64000
hard: 64000
countly:
image: countly/countly-server:latest
restart: always
ports:
- "80:80"
volumes:
- ./data/countly:/var/lib/countly-server
depends_on:
- mongo
environment:
- COUNTLY_MB_HOST=mongo# No sensitive environment variables are required for the default Countly setup.
# Credentials are configured via the web interface upon first launch.Auto-fetched about 22 hours ago
Auto-fetched about 22 hours ago