Docker environment improvements - #158
Merged
Merged
Conversation
mateuscruz
force-pushed
the
docker-environment-improvements
branch
from
October 4, 2025 04:41
e7e091d to
cdf2835
Compare
mateuscruz
marked this pull request as ready for review
October 4, 2025 04:48
mateuscruz
force-pushed
the
docker-environment-improvements
branch
from
October 7, 2025 21:34
cdf2835 to
6d0e1c2
Compare
malaguitte
approved these changes
Oct 8, 2025
mateuscruz
force-pushed
the
docker-environment-improvements
branch
from
October 8, 2025 17:11
e5c1b64 to
a9b129e
Compare
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
This PR refactors the Docker setup and improves the development workflow for the project.
🐳 Docker Infrastructure Improvements
docker/postgres_primary.dockerfileanddocker/postgres_replica.dockerfileto proper directory structures (docker/postgres_primary/Dockerfileanddocker/postgres_replica/Dockerfile)docker-compose.ymlto use proper health check conditions for service startup orderingcmd.shwith a more robuststart_serverscript that handles container restarts gracefully🔧 Development Workflow Enhancements
bin/exec-latestscript to easily run commands against the latest Active Record version📝 CI/CD Updates
📦 Version Bump
v0.9.0.3tov0.9.0.4🛠️ Technical Improvements
These changes improve the development experience, make the Docker setup more robust, and provide better tooling for working with multiple Active Record versions.
Edit: this PR description was made with AI. The code changes are AI free 😎.