feat(develop): parallel test servers via eo.sh#186
Open
juliusknorr wants to merge 2 commits into
Open
Conversation
Run multiple isolated, self-contained DocumentServer instances from the prebuilt multi-arch :latest-dev image — no full docker build. Each instance mounts the current working tree at /develop so in-container make targets rebuild local changes; up/build/exec/logs/ls/down manage the lifecycle. Also corrects the stale develop/README.md note about arm64 dev images (a multi-arch :latest-dev is published) and documents the workflow. Assisted-by: ClaudeCode:claude-opus-4-8 Signed-off-by: Julius Knorr <jus@bitgrid.net>
Assisted-by: ClaudeCode:claude-opus-4-8 Signed-off-by: Julius Knorr <jus@bitgrid.net>
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.
Adds
develop/eo.shto run multiple isolated DocumentServer test instances in parallel from the prebuilt multi-arch:latest-devimage, no full docker build required. Useful for quickly verifying submodule changes (incl. by coding agents) and for testing several branches/worktrees at once.Each instance is a single self-contained container (its own Postgres/Redis/RabbitMQ/Nginx/supervisord) that mounts the current git working tree at
/develop, so the existing in-containermaketargets rebuild local changes in place.Instances run with JWT enabled (shared dev secret),
EXAMPLE_ENABLEDandWOPI_ENABLED, so the bundled example app works and documents open.upprints create-new editor URLs for all document types.Also corrects a stale
develop/README.mdnote (a multi-arch:latest-devincl. arm64 is published, somake pullworks on Apple Silicon) and documents the new workflow.Verification
eo.sh build … web-apps-devruns a real in-container build and reloads nginx.bash -n+ shellcheck clean; kept bash 3.2 compatible (macOS system bash).