Skip to content

feat: add OpenReplay service template#8434

Closed
tboy1337 wants to merge 2 commits intocoollabsio:v4.xfrom
tboy1337:open-replay
Closed

feat: add OpenReplay service template#8434
tboy1337 wants to merge 2 commits intocoollabsio:v4.xfrom
tboy1337:open-replay

Conversation

@tboy1337
Copy link
Copy Markdown

Adds OpenReplay as a one-click Coolify service template, resolving the request to deploy OpenReplay without manually running its installer script.

Changes

  • templates/compose/openreplay.yaml — Full Docker Compose template covering all OpenReplay services:
    • Infrastructure: PostgreSQL 17, ClickHouse 25.11, Valkey 8 (Redis), MinIO 2025
    • Migration init containers: fs-permission, minio-migration, db-migration, clickhouse-migration — each runs once to initialise storage buckets and database schemas before application services start
    • Application services: alerts, api, http, images, integrations, sink, sourcemapreader, spot, storage, assets, assist, canvases, chalice, db, ender, frontend, heuristics
    • Nginx reverse proxy (nginx-openreplay) as the single entry point on port 80, routing all traffic to the appropriate upstream services with correct CORS, WebSocket, and S3 passthrough rules
  • public/svgs/openreplay.svg — OpenReplay logo SVG
  • templates/service-templates-latest.json — Registered openreplay template entry with documentation link, slogan, logo, port, and base64-encoded compose content

Implementation Notes

  • All secrets (JWT, Postgres, MinIO, Assist) are auto-generated via SERVICE_PASSWORD_* and SERVICE_USER_* Coolify variables
  • Domain is wired through SERVICE_FQDN_NGINXOPENREPLAY
  • OpenReplay version is pinned to v1.25.0 by default and overridable via OPENREPLAY_VERSION
  • The Caddy service from the upstream OpenReplay compose has been intentionally omitted; Coolify's own reverse proxy (Traefik) handles TLS termination externally
  • All infrastructure services include health checks and the application services depend on successful migration completion before starting

/claim #8232

- Introduced OpenReplay service with documentation link and slogan.
- Added Docker Compose configuration for OpenReplay service in service-templates-latest.json and service-templates.json.
- Changed the Redis URL format in openreplay.yaml to include the protocol and port.
- Ensured consistency across service configuration files for OpenReplay.
@algora-pbc algora-pbc bot added the 🙋 Bounty claim Issues or PRs that have a Bounty ready to be claimed. label Feb 18, 2026
@github-actions github-actions bot added quality/rejected and removed 🙋 Bounty claim Issues or PRs that have a Bounty ready to be claimed. labels Feb 18, 2026
@github-actions
Copy link
Copy Markdown
Contributor

This PR did not pass quality checks so it will be closed. If you believe this is a mistake please let us know.

@github-actions github-actions bot closed this Feb 18, 2026
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 21, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant