Skip to content

fix: make external node compose portable - #31

Open
ayaanoncrypto wants to merge 1 commit into
Abstract-Foundation:mainfrom
ayaanoncrypto:fix/compose-file-6
Open

fix: make external node compose portable#31
ayaanoncrypto wants to merge 1 commit into
Abstract-Foundation:mainfrom
ayaanoncrypto:fix/compose-file-6

Conversation

@ayaanoncrypto

@ayaanoncrypto ayaanoncrypto commented Aug 20, 2026

Copy link
Copy Markdown

Addresses issue #6.

Make the external-node Compose file portable across current Compose implementations. Remove the legacy-incompatible top-level name field and quote the boolean pruning environment value so interpolation preserves a string-compatible value.

Validation:

  • YAML parsing passed.
    • Compose structure check passed: five services, no top-level name, and string-compatible pruning value.
    • git diff --check passed.

PR-Codex overview

This PR focuses on updating the EN_PRUNING_ENABLED environment variable format in the docker/external-node.yml file to ensure it is enclosed in quotes.

Detailed summary

  • Changed the format of EN_PRUNING_ENABLED from ${EN_PRUNING_ENABLED:-true} to "${EN_PRUNING_ENABLED:-true}" in docker/external-node.yml.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant