-
Notifications
You must be signed in to change notification settings - Fork 12
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
Feature: Add startup and shutdown order between Iot Hub Portal and database in docker-compose file #1175
Comments
hocinehacherouf
added a commit
that referenced
this issue
Sep 8, 2022
9 tasks
hocinehacherouf
moved this from :construction: In Progress
to :speech_balloon: Ready for Review
in IoT Hub Portal
Sep 8, 2022
kbeaugrand
pushed a commit
that referenced
this issue
Sep 8, 2022
hocinehacherouf
moved this from :speech_balloon: Ready for Review
to :rocket: Ready
in IoT Hub Portal
Sep 8, 2022
kbeaugrand
pushed a commit
that referenced
this issue
Sep 9, 2022
kbeaugrand
pushed a commit
that referenced
this issue
Sep 9, 2022
kbeaugrand
added a commit
that referenced
this issue
Sep 9, 2022
* Add target branche to CI actions * Add PostgreSQL database to deployment (#1112) * Add PostgreSQL database to deployment * Add ARM lint task to v3-dev branch * Add github actions to solution file * Feature/add pgsql database connection (#1121) * Add entityframework + PGSql nuget packages * Add PGSql database context + initial database creation * Add Quartz.NET Scheduler to server (#1135) * Ignore migration files to code coverage * Migrate v3-dev to v3/main branch * Add unit of work and generic repository (#1154) * Add unit of work and generic repository * Add infrastructure layer + domain layer * Move Device model property to database (#1155) * Fix #984 - Refactor DeviceModelPropertiesController (#1159) * Rebase from main * Remove start Azurite from the build pipeline * Add database servcie as adependency to iot hub portal #1175 * Fix PostgreSQL arm deployment on V3 (#1183) * Feature: Add PostgreSQL login/password fields to arm ui form #1181 * Fix postgsql arm deployment #1180 * Update temporary arm templates urls for testing * Update arm templates url to target main branch * Set pgsqlAdminPassword parameter as securestring (#1188) Co-authored-by: Hocine Hacherouf <hacherouf.hocine@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the solution you'd like
On dev environment, the startup of Iot Hub Portal container must be done after the startup of the database container is completed.
This can be be done using the option
depends_on
in the docker-compose fileThe text was updated successfully, but these errors were encountered: