feat: add OpenReplay service template#8434
Closed
tboy1337 wants to merge 2 commits intocoollabsio:v4.xfrom
Closed
Conversation
- 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.
Contributor
|
This PR did not pass quality checks so it will be closed. If you believe this is a mistake please let us know. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:fs-permission,minio-migration,db-migration,clickhouse-migration— each runs once to initialise storage buckets and database schemas before application services startalerts,api,http,images,integrations,sink,sourcemapreader,spot,storage,assets,assist,canvases,chalice,db,ender,frontend,heuristicsnginx-openreplay) as the single entry point on port 80, routing all traffic to the appropriate upstream services with correct CORS, WebSocket, and S3 passthrough rulespublic/svgs/openreplay.svg— OpenReplay logo SVGtemplates/service-templates-latest.json— Registeredopenreplaytemplate entry with documentation link, slogan, logo, port, and base64-encoded compose contentImplementation Notes
SERVICE_PASSWORD_*andSERVICE_USER_*Coolify variablesSERVICE_FQDN_NGINXOPENREPLAYv1.25.0by default and overridable viaOPENREPLAY_VERSION/claim #8232