Skip to content
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

Re-add "restart: always" to docker-compose.yml #900

Merged
merged 2 commits into from
Jul 31, 2023

Conversation

jacobdgm
Copy link
Contributor

@jacobdgm jacobdgm commented Jul 31, 2023

This PR fixes #899, adding restart: always to each container in docker-compose.yml.

It basically replicates the changes made in #854. I tested the changes locally, and upon killing the django container, the container restarts right away and the app continues to work even after the tiny disruption.

Also, Black wanted to make some changes to formatting in one of the files, so that change also came along for the ride.

@jacobdgm jacobdgm merged commit 545c11b into DDMAL:develop Jul 31, 2023
@jacobdgm jacobdgm deleted the issue-899 branch July 31, 2023 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

we need to re-add a restart policy to docker-compose.yml
2 participants