Skip to content

chore: remove root docker-compose for devcontainer-only setup#108

Merged
CaseyHoover merged 1 commit intomainfrom
chore/remove-root-docker-compose
May 9, 2026
Merged

chore: remove root docker-compose for devcontainer-only setup#108
CaseyHoover merged 1 commit intomainfrom
chore/remove-root-docker-compose

Conversation

@CaseyHoover
Copy link
Copy Markdown
Owner

Summary

  • Delete root docker-compose.yaml (Postgres-only, host-mode dev path that's no longer supported).
  • Drop docker:up / docker:down scripts from package.json — they only existed to drive the deleted file.
  • .devcontainer/docker-compose.yaml is unchanged and remains the sole compose file for the project.

Closes #107

Test plan

  • Dev Containers: Rebuild Container still brings the stack up cleanly
  • pnpm dev works inside the container as before
  • grep -r "docker:up\|docker-compose" . returns only .devcontainer/devcontainer.json's reference to its own compose file

🤖 Generated with Claude Code

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>
@CaseyHoover CaseyHoover enabled auto-merge May 9, 2026 03:02
@CaseyHoover CaseyHoover merged commit 0ce5c9a into main May 9, 2026
6 checks passed
@CaseyHoover CaseyHoover deleted the chore/remove-root-docker-compose branch May 9, 2026 03:04
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 9, 2026

🎉 This PR is included in version 1.0.4 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Remove top-level docker-compose.yaml (devcontainer-only support)

1 participant