Conversation
…runbook with confirmed topology - infra/deploy/docker-compose.dgx.yml: standalone (never an override) — no postgres/api services, distinct project/container names, env_file .env with PROMPTS_BASE_DIR re-pinned to baked /app/prompts, extra_hosts host-gateway fallback for DB hairpin, restart unless-stopped - runbook §3: confirmed DGX topology (DB 28881 / ai-server 24855 on one host), 4-command deploy, backend base URL http://223.194.33.26:24855 - refs docs/ai/deployment_integration_plan.md G1-G3
… COPY; exclude _archive from build context - 'docs' exclusion predates the Dockerfile's COPY docs/ai/prompts (e4bb0bb) and would fail the DGX image build at that COPY step; negations re-include only the prompts subtree - _archive (42MB, 1,856 files) no longer inflates the build context - refs docs/ai/deployment_integration_plan.md §3
This was referenced Jul 25, 2026
Member
Author
|
Close — supersession map (filemanager, 8-PR 순차 머지 완료 후) 본 PR(#72,
|
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.
Why
#71 was merged at head
e4bb0bb, moments before commit5388210(the DGX deployment file) reached the branch — same merge-window race as #70/#71. This PR carries that stranded commit plus a deployment-blocking.dockerignorefix found during the pre-deploy file audit. Base isMaster; single merge; nothing else to merge first.5388210infra/deploy/docker-compose.dgx.yml(new):28881already runs on the DGX, admin-managed), distinct project+container names (neuro-sync-ai-dgx/ns-ai-server-dgx), production CMD (no --reload, no source mounts),env_file.envwithPROMPTS_BASE_DIRre-pinned to baked/app/prompts,extra_hosts host-gatewayDB-hairpin fallback,restart: unless-stopped, port24855:80015388210docs/ai/deployment_integration_plan.md§3223.194.33.26: DB:28881running / ai-server:24855to deploy) + 4-command runbook + backend base URLhttp://223.194.33.26:248551d8449e.dockerignoredocsexclusion removes the whole docs tree from the build context, so the Dockerfile'sCOPY docs/ai/prompts /app/prompts(added in #71) would fail the DGX image build — never caught locally because the dev workstation has no docker. Negations!docs/ai/prompts(/**)re-include only the prompts subtree. Also excludes_archive(42MB / 1,856 files) from the build context.After merge — on the DGX (account that runs the DB container)