feat(docker): add Docker Compose stack for runtime services#35
Merged
Conversation
9 tasks
eliteprox
force-pushed
the
feat/deploy-stack-go-bootstrap
branch
from
June 18, 2026 22:09
15162ff to
6cd8f07
Compare
eliteprox
force-pushed
the
feat/deploy-stack-go-bootstrap
branch
2 times, most recently
from
June 18, 2026 22:15
5d5ca7d to
f45f9be
Compare
Kafka, remote signer, and OpenMeter collector with local compose targets.
eliteprox
force-pushed
the
feat/deploy-stack-go-bootstrap
branch
from
June 18, 2026 22:16
f45f9be to
f176e2e
Compare
Changed the volume binding for the signer service to use a configurable data directory. Updated the entrypoint script to correct the remote signer webhook header format for compatibility.
Drop AUTH0_PUBLIC_CLIENT_ID from deploy env/README now that the stacked identity-webhook uses API-key auth. Remove PR delivery notes from README.
…ntation Refactor the entrypoint script to use a more concise argument passing method and correct the format of the `WEBHOOK_SECRET` in the README to include the required syntax for the Authorization header.
Collaborator
Author
|
@rickstaa This PR is ready for review. Let me know if you see any potential optimizations, I think this set of changes are pretty clear now |
7 tasks
This was referenced Jun 23, 2026
rickstaa
approved these changes
Jun 24, 2026
Member
There was a problem hiding this comment.
Hey @eliteprox, I reviewed this pull request, and overall it looks strong. I was also able to confirm that the signer + Kafka part of the stack is running and posting messages to the OpenMeter endpoint.
I left a few minor comments. Once you’ve addressed those, and any others you think are important, this can be merged.
…dpanda integration Replaced references to Apache Kafka with Redpanda in both the README and docker-compose.yml. Clarified the architecture and identity validation process for the remote signer container.
…cript Included comments in the entrypoint.sh to clarify the usage of Redpanda in development mode, highlighting the lack of security and persistence features, and linking to the relevant issue for tracking.
Updated comments in docker-compose.yml to specify that the keystore and .eth-password should be copied into deploy/data before the first run. Revised README to streamline the description of the bootstrap process for meters and features.
Updated docker-compose.yml and collector.yaml to ensure ETH_USD_PRICE is a required environment variable, removing the default value. Revised README to reflect this change, indicating that the ETH/USD rate must be provided explicitly.
…etup Added KAFKA_ADVERTISED_ADDR and KAFKA_BROKERS to the .env.example file for better Kafka integration. Updated docker-compose.yml to utilize these environment variables, simplifying the configuration for the Kafka and signer services. Revised README to document the new environment variables and their purposes.
eliteprox
force-pushed
the
feat/deploy-stack-go-bootstrap
branch
from
June 24, 2026 20:33
f237cc2 to
99d56b0
Compare
Introduced SIGNER_ETH_KEYSTORE_PATH in docker-compose.yml to allow specifying an optional keystore directory or keyfile path. Updated entrypoint.sh to pass this new environment variable to the signer service. Revised README to document the new variable and its purpose.
eliteprox
force-pushed
the
feat/deploy-stack-go-bootstrap
branch
from
June 24, 2026 20:39
61fd9cd to
6d1858a
Compare
Introduced SIGNER_DATA_DIR in .env.example to specify the host directory for signer state and keystore. Updated README to document this new variable and added details for SIGNER_REMOTE_DISCOVERY and ORCH_WEBHOOK_URL, enhancing clarity on their usage.
Revised .env.example to clarify OpenMeter URLs for Konnect and self-hosted setups. Updated docker-compose.yml to remove the deprecated OPENMETER_URL. Updated README to provide clearer instructions for setting up the environment.
…cker Compose setup for clearinghouse stack Added a new docker-compose.yml file to define the services for the clearinghouse stack, including Redpanda, go-livepeer remote signer, and OpenMeter collector. Introduced a .gitignore file to exclude sensitive environment files and created example .env files for each service to facilitate configuration. Updated README to outline the components and setup instructions for the stack.
Enhanced the README to clarify the identity and authorization process for the remote signer, including instructions for local alive checks without a webhook. Updated .env.example to indicate that leaving REMOTE_SIGNER_WEBHOOK_URL empty allows starting the signer without webhook authorization, while emphasizing the necessity of this variable in production.
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.
Summary
Adds the fundamental docker compose stack including go-livepeer remote signer, Kafka and an OpenMeter/Benthos collector with parsing config for kafka events
Excludes identity webhook
Quick start
Test plan
REMOTE_SIGNER_WEBHOOK_URLCloses #23
Closes #24