-
Notifications
You must be signed in to change notification settings - Fork 2
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
First implementation of a deployment via docker compose
#894
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #894 +/- ##
=======================================
Coverage 64.46% 64.46%
=======================================
Files 703 703
Lines 9705 9705
Branches 1335 1335
=======================================
Hits 6256 6256
Misses 3004 3004
Partials 445 445
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
4e2b9c3
to
1a4d09d
Compare
1a4d09d
to
109b979
Compare
This is missing `oplog: true` from the existing `mup` configuration I think.
109b979
to
e1c8746
Compare
e1c8746
to
a69d294
Compare
a69d294
to
d0d870e
Compare
Waiting on a solution for ArcticLampyrid/action-wait-for-workflow#171. Otherwise, will have to find another solution to wait for image to be ready. #900 is a potential solution, but it cannot be tested in a PR because those type of workflows only run if they are defined on the |
Merging anyway since we can make the PR checks pass by re-running them. Will probably implement #900 just after. |
Fixes #884 and fixes #895.