Skip to content

♻️ Simplify Docker Compose deployment - #2435

Merged
tiangolo merged 1 commit into
masterfrom
refactor/simplify-docker-compose-deployment
Aug 11, 2026
Merged

♻️ Simplify Docker Compose deployment#2435
tiangolo merged 1 commit into
masterfrom
refactor/simplify-docker-compose-deployment

Conversation

@tiangolo

@tiangolo tiangolo commented Aug 11, 2026

Copy link
Copy Markdown
Member

♻️ Simplify Docker Compose deployment

Before

Before this PR it would assume (and require) a staging and production servers and deployments, and two environments in GitHub, which are not available in private repos using GitHub free. So it would have a strong requirement on a paid GitHub plan.

It would deploy to staging on merge/push to the main branch, and then to prod only when making a GitHub release.

This PR

This PR simplifies all that assuming a single production environment, and deploying on push/merge to the main branch.

From this simpler baseline developers will be able to extend to any environments they might need, staging or more, and any other release/deployment strategy.

AI Disclaimer

Using Codex with gpt-5.6-sol. Reviewed manually.

@github-actions github-actions Bot added the internal Internal changes label Aug 11, 2026
@tiangolo tiangolo added refactor and removed internal Internal changes labels Aug 11, 2026
@tiangolo
tiangolo marked this pull request as ready for review August 11, 2026 19:35
@tiangolo
tiangolo merged commit 6b9fa41 into master Aug 11, 2026
20 checks passed
@tiangolo
tiangolo deleted the refactor/simplify-docker-compose-deployment branch August 11, 2026 19:35
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.

1 participant