-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docker] - Create migration container #859
Merged
Merged
Conversation
This file contains 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
Ferror
force-pushed
the
docker-migrations
branch
from
October 31, 2022 17:35
e791fa3
to
57a9232
Compare
coldic3
reviewed
Oct 31, 2022
Ferror
force-pushed
the
docker-migrations
branch
from
November 1, 2022 14:19
7e03262
to
3c06df7
Compare
PS. after this PR I will start working on the worker, cron, and migrations container to not have PHP-FPM. Those are going to be CLI-based containers |
coldic3
approved these changes
Nov 4, 2022
Co-authored-by: Kevin Kaniaburka <[email protected]>
jakubtobiasz
approved these changes
Nov 10, 2022
TheMilek
approved these changes
Nov 10, 2022
GSadee
approved these changes
Nov 10, 2022
NoResponseMate
approved these changes
Nov 10, 2022
ernestWarwas
approved these changes
Nov 10, 2022
Thank you, Zbigniew! 🎉 |
lchrusciel
added a commit
that referenced
this pull request
Dec 7, 2022
… (Ferror) This PR was merged into the 1.12 branch. Discussion ---------- Wait for #859 Now we want each service to be waiting for migrations to end. Commits ------- 6192af1 [docker] - Enable cron container to wait for migrations 21b1401 Merge branch \'1.12\' into docker-cron-fix bc7685e Merge branch \'1.12\' into docker-cron-fix
windragon0910
added a commit
to windragon0910/symfony_ecom_framework
that referenced
this pull request
Oct 25, 2023
… (Ferror) This PR was merged into the 1.12 branch. Discussion ---------- Wait for Sylius/Sylius-Standard#859 Now we want each service to be waiting for migrations to end. Commits ------- 6192af1eb9f39b21e9582c4c49a2bbf1cafc43e0 [docker] - Enable cron container to wait for migrations 21b1401501e021944fb15ba5f9940b058ae7b55e Merge branch \'1.12\' into docker-cron-fix bc7685e237616268d134e7f728ef242288a4610e Merge branch \'1.12\' into docker-cron-fix
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.
Flow Before
Flow After