this post was submitted on 30 Jul 2023
1080 points (98.0% liked)
Lemmy.World Announcements
29044 readers
4 users here now
This Community is intended for posts about the Lemmy.world server by the admins.
Follow us for server news ๐
Outages ๐ฅ
https://status.lemmy.world
For support with issues at Lemmy.world, go to the Lemmy.world Support community.
Support e-mail
Any support requests are best sent to info@lemmy.world e-mail.
Report contact
- DM https://lemmy.world/u/lwreport
- Email report@lemmy.world (PGP Supported)
Donations ๐
If you would like to make a donation to support the cost of running this platform, please do so at the following donation URLs.
If you can, please use / switch to Ko-Fi, it has the lowest fees for us
Join the team
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
We use docker compose in scripts and crontabs
/scripts/update-alexandrite.sh:
Then use crontab -e and add this line:
00 05,00 * * * bash /scripts/update-alexandrite.sh
Are you concerned at all with auto updating containers that some updates can break stuff?
Iโve had issues with watchtower and auto updating containers in the past breaking config files and stopping containers.
Changing the update rate in cron can help offset any broken / vulnerable updates that get pushed.
Sweet thanks, do you have this and scripts to keep the other front ends updated on GitHub somewhere?
It's just docker compose and crontab..
I understand but a lot of admins that are hosting instances just for themselves and a couple of friends have little no experience running a server so having a github with different tips and best practices would be very useful. I hope you consider it :)