Coolify deployment#54
Merged
Merged
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
…opagate encryption-key comment - ror-newplatform-kibana.yml renamed upstream -> free-ror-newplatform-kibana.yml (PR beshu-tech#76, license-edition split) - upstream already carries our xpack.encryptedSavedObjects.encryptionKey fix; restored PR-comment annotation on free/pro/enterprise yml - coolify-demo/ still references old single yml -- patched in follow-up commit Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- COPY all 4 *-kibana.yml (free/pro/enterprise/old) + disable SSL on all - add ROR_LICENSE_EDITION build arg (defaults to ENT since demo passes ROR_ACTIVATION_KEY) - pass it explicitly into install-ror.sh env so the new switch picks enterprise yml Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Contributor
Author
coutoPL
requested changes
May 28, 2026
…d context Per @coutoPL review on PR beshu-tech#54: - es-ror: build FROM beshultd/elasticsearch-readonlyrest:${ES_VERSION}-ror-${ROR_ES_VERSION} instead of orchestrating Kibana download + ROR install (matches readonlyrest-e2e-tests pattern) - kbn-ror: same — build FROM beshultd/kibana-readonlyrest, COPY a self-contained kibana.yml (SSL off, encryption key baked, no per-license-edition split needed since we own this yml) - kbn-ror healthcheck switched to "curl -k --fail -u kibana:kibana https://localhost:5601/api/status" per coutoPL suggestion - initializer: copied Dockerfile + entrypoint.sh + init.sh + lib.sh into coolify-demo/ so changes in ror-demo-cluster/ can't break Coolify deploy - ES configs (readonlyrest.yml, elasticsearch.yml, certs) copied into coolify-demo/conf/es/ for the same reason - removed Dockerfile-KBN-noSSL (dead — official image already has Kibana + ROR plugin pre-installed and patched) - .dockerignore: dropped Dockerfile* (was excluding our own Dockerfile from build context — foot-gun coderabbit flagged earlier) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
coutoPL
requested changes
May 28, 2026
This comment was marked as resolved.
This comment was marked as resolved.
coutoPL
requested changes
May 28, 2026
Contributor
Author
|
@coutoPL it seems all is fixed, https://demo.readonlyrest.com/ live with latest commits |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Docker compose stack to deploy the demo cluster to Coolify: https://ror-demo.anaphora.it/
Summary by CodeRabbit
New Features
Chores