Add Docker Compose dev environment for testing without rebuilding the ISO#18
Open
eshork wants to merge 1 commit into
Open
Add Docker Compose dev environment for testing without rebuilding the ISO#18eshork wants to merge 1 commit into
eshork wants to merge 1 commit into
Conversation
… ISO Adds a docker-compose.dev.yml that runs the full NeuralDrive service stack (Ollama, Open WebUI, Caddy, System API) with config bind-mounted from the repo, so config and code changes can be tested with a sub-second restart instead of a 30-90 minute ISO rebuild. - docker-compose.dev.yml: service stack with optional --profile gpu for NVIDIA GPU passthrough - docker/Caddyfile.dev: adapted routing using container hostnames - docker/system-api/Dockerfile: image for the FastAPI System API - docker/.env.example: template for the required env file - scripts/dev-setup.sh: one-shot script that generates TLS certs, API key, and gpu.conf stub, then prints quick-start instructions - system API main.py: NEURALDRIVE_CONTAINER=1 shim so systemd/journalctl calls return graceful stubs instead of crashing in a container - .gitignore: exclude docker/dev-secrets/ and docker/.env https://claude.ai/code/session_01LABiaNnHGSEtVhRC1eY4wH
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 a docker-compose.dev.yml that runs the full NeuralDrive service stack
(Ollama, Open WebUI, Caddy, System API) with config bind-mounted from the
repo, so config and code changes can be tested with a sub-second restart
instead of a 30-90 minute ISO rebuild.
NVIDIA GPU passthrough
and gpu.conf stub, then prints quick-start instructions
calls return graceful stubs instead of crashing in a container
https://claude.ai/code/session_01LABiaNnHGSEtVhRC1eY4wH