Loading...
Loading...
Operate a self-hosted Customermates deployment with Docker Compose updates, restarts, logs, resets, and troubleshooting workflows.
If you have not installed the stack yet, start with Self-Hosting Get Started.
Self-hosted mode runs the community edition. Enterprise features require a separate license.
./selfhost-update.shPulls the latest app image, runs prisma migrate deploy, and restarts the app and webhook-worker services. Verify with docker compose ps.
./selfhost-restart.shRestarts the stack without running migrations. Use after .env or config changes.
docker compose logs -f app
docker compose logs -f postgres
docker compose ps
docker compose exec app sh./selfhost-reset.shRequires explicit RESET confirmation before deleting volumes. Irreversible.
For production deployments:
.env and secrets out of source control