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

chore(dev) : Do not restart docker images in dev #313

Merged
merged 1 commit into from
Oct 8, 2024
Merged

Commits on Oct 8, 2024

  1. chore(dev) : Do not restart docker images in dev

    The 'on-failure' setting makes the images restart almost all the time,
    especially upon reboot, if I work on this project or not.
    
    This is good in a production setting, but in development, restarting
    after a reboot on my personal computer drains my battery for no good
    reason.
    
    Furthermore, if there was an actual issue with the containers in
    development, they should  just stop and the developer should fix the
    issue, not run into a mindless loop till oblivion.
    vperron committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    8ead62f View commit details
    Browse the repository at this point in the history