docs(cli-reference): document container-runtime .devrail.yml keys#32
Merged
Conversation
… keys Adds env, docker_network, and docker_volumes to the .devrail.yml Configuration section as an "Optional container-runtime keys" block. These customize the toolchain container's `docker run` (extra env vars, sibling-container networking, additional volume mounts). docker_network and docker_volumes are new in devrail-dev/dev-toolchain#48 (v1.12.0); env was previously undocumented here. Links to the canonical schema reference for the full key list. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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 a new Optional container-runtime keys subsection to the
.devrail.ymlConfiguration block incli-reference.md, documenting three keys the reference Makefile reads:env— extra environment variables passed into the toolchain container (existing feature, previously undocumented here).docker_network— attaches the container to a user-defined Docker network so it can reach a sibling service container (e.g. a Postgres atmyapp-pgduringmake test).docker_volumes— additionaldocker -vmount specs.docker_networkanddocker_volumesare new in devrail-dev/dev-toolchain#48 (v1.12.0).Links the full key reference to the canonical schema doc on the
devrail-standardsGitHub mirror.Test plan
Getting Started → CLI Reference → .devrail.yml Configurationdevrail-standardsschema resolves🤖 Generated with Claude Code