fix: use internal network hostnames and update docs for devpod#388
Merged
Conversation
Configure testing-library for React 18+ and suppress harmless act() warnings that occur due to async state updates completing after test cleanup. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…ts-UAE into develop
Upgrade devcontainer database to PostgreSQL 18.1 (released Sept 2025). Key benefits: - 3x performance with new Async I/O subsystem - UUIDv7 function for timestamp-ordered UUIDs - Virtual generated columns - Skip scan on multicolumn B-tree indexes - OAuth 2.0 authentication support 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Adds `init: true` to the devcontainer service which uses tini as PID 1. This properly reaps zombie processes that accumulate from DevPod sessions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Adds instructions for configuring username-based container names when multiple developers share the same remote server. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Upgrade PostgreSQL from 16 to 18 - Add init: true to prevent zombie processes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…ts-UAE into develop
…ts-UAE into develop
…ts-UAE into develop
- Change pg_isready from localhost to db hostname - Change redis-cli from localhost to redis hostname - Update application-local.properties to use db/redis hostnames - Update README.md troubleshooting commands - Update proxy docker-compose comments for DevPod workflow With the explicit internal network, services must use their hostnames (db, redis) instead of localhost for communication. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- remove references to deleted setup-user.sh and generate-hosts.sh - update README.md multi-user section to use DevPod commands - update NEW-USER-ONBOARDING.md for DevPod-based workflow - update install-traefik-service.sh next steps 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- update idle-shutdown.sh to find DevPod workspace compose files - update README.md architecture diagram for internal network - fix service connectivity table to use db/redis hostnames - remove obsolete hostname troubleshooting section - remove non-functional port forwarding for db/redis - update volume check command for user-specific naming 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- update README.md volumes section with correct naming convention - add timeout (60s) to PostgreSQL/Redis health check loops - fix DEV_USER fallback consistency in post-start.sh - add nip.io route for Traefik dashboard 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <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
db,redis) instead oflocalhostfor health checkssetup-user.sh,generate-hosts.sh)Changes
.devcontainer/post-start.sh: Usedbandredishostnames for health checks.devcontainer/post-create.sh: Use internal hostnames in generated config.devcontainer/README.md: Update multi-user setup instructions for DevPod.devcontainer/NEW-USER-ONBOARDING.md: Update for DevPod workflow.devcontainer/proxy/install-traefik-service.sh: Update next stepsTest plan
🤖 Generated with Claude Code