chore: remove root docker-compose for devcontainer-only setup#108
Merged
CaseyHoover merged 1 commit intomainfrom May 9, 2026
Merged
chore: remove root docker-compose for devcontainer-only setup#108CaseyHoover merged 1 commit intomainfrom
CaseyHoover merged 1 commit intomainfrom
Conversation
Devcontainer is the only supported development environment, so the root-level Postgres compose file and its pnpm wrappers were dead weight and a second source of truth for the db service. The devcontainer's own .devcontainer/docker-compose.yaml is unchanged and remains the sole compose file. Closes #107 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
|
🎉 This PR is included in version 1.0.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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
docker-compose.yaml(Postgres-only, host-mode dev path that's no longer supported).docker:up/docker:downscripts frompackage.json— they only existed to drive the deleted file..devcontainer/docker-compose.yamlis unchanged and remains the sole compose file for the project.Closes #107
Test plan
Dev Containers: Rebuild Containerstill brings the stack up cleanlypnpm devworks inside the container as beforegrep -r "docker:up\|docker-compose" .returns only.devcontainer/devcontainer.json's reference to its own compose file🤖 Generated with Claude Code