fix(docker): restrict test postgres port to localhost only#1033
Merged
zbigniewsobiecki merged 16 commits intodevfrom Mar 24, 2026
Merged
fix(docker): restrict test postgres port to localhost only#1033zbigniewsobiecki merged 16 commits intodevfrom
zbigniewsobiecki merged 16 commits intodevfrom
Conversation
Merge dev to main
chore: release - merge dev into main
Merge dev to main
Merge dev to main
dev → main
Merge dev to main
Merge dev to main
feat(codex): add subscription auth via CODEX_AUTH_JSON credential
… track turns via turn.completed fix(codex): correctly parse agent_message/command_execution items and track turns via turn.completed
Deploy: include Trello webhook error body
Merge dev to main
fix(deploy): fix SELF_SIGNED_CERT_IN_CHAIN in production migration containers
chore: merge dev → main
Bind cascade-postgres-test to 127.0.0.1:5433 instead of 0.0.0.0:5433 to prevent the test database from being accessible on public interfaces. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
cascade-postgres-testto127.0.0.1:5433instead of0.0.0.0:5433infra/compose/docker-compose.yamlalready uses this patternTest plan
ss -tlnp | grep 5433shows127.0.0.1:5433, not0.0.0.0:5433npm run test:integration)🤖 Generated with Claude Code