Skip to content

Reduce downtime during updates #2

Closed
@mtdcr

Description

@mtdcr

The current workflow is stop/down -> pull -> up.

I haven't figured out the optimal way, but it seems like a single docker compose up -d --pull always would be sufficient to rebuild and restart. Unfortunately, the container gets restarted even if there were no changes to images or configuration.

Activity

jaypikay

jaypikay commented on Feb 13, 2023

@jaypikay
Owner

Thanks. I could use this instead of the stop command. The down is used to remove unused volumes.

jaypikay

jaypikay commented on Feb 15, 2023

@jaypikay
Owner

I have implemented a variant of this in 0.5.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Reduce downtime during updates · Issue #2 · jaypikay/doxy