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

Document auto-upgrade setup for Docker deployments #420

Open
bajtos opened this issue Apr 22, 2024 · 3 comments
Open

Document auto-upgrade setup for Docker deployments #420

bajtos opened this issue Apr 22, 2024 · 3 comments
Labels
documentation Improvements or additions to documentation

Comments

@bajtos
Copy link
Member

bajtos commented Apr 22, 2024

Add Watchtower documentation so that Core nodes on Docker also have auto updates.

Related:

@bajtos bajtos added the documentation Improvements or additions to documentation label Apr 22, 2024
@juliangruber
Copy link
Member

Via Slack, needs to be tested:

docker run -d --name watchtower --restart=always -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --interval 3600 --cleanup

I propose we try this in core-fly, and replace the dependabot strategy?

@bajtos
Copy link
Member Author

bajtos commented Apr 22, 2024

I propose we try this in core-fly, and replace the dependabot strategy?

SGTM.

It would be even better to find a way to run Watchtower via a Docker Compose file so that people don't have to start multiple services manually. Assuming Watchtower and DockerCompose work together.

@juliangruber
Copy link
Member

Yes! This is how Saturn does it: https://github.com/filecoin-saturn/L1-node/blob/f40048e8549063800f1fe14530d9ecfb6a1b794e/docker-compose.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants