Livepatching Halleluja!

This commit is contained in:
Crimekillz 2024-06-30 02:29:36 +02:00
parent 9f5a433963
commit f1ab8211c9
2 changed files with 11 additions and 0 deletions

View File

@ -20,6 +20,7 @@ __2024.04.1 is out!__
- Highlighted changes:
- Achievements adopting code from Sharkey/Misskey
- Unified Bookmarks and Clips (Snippets, dev branch)
- Livepatching of Instances using the latest docker release or dev images (optional)
- Chomp! Activity Support (Patch adopted [from mia](https://iceshrimp.dev/mia/withdrawal))
- Fast🚜 Scream🚜 Mod🔌 Tracker/SID playback support (Thanks to [Jeder](https://iceshrimp.dev/iceshrimp/iceshrimp/pulls/490))
- Suppress the "You haven't configured mail" message (Patch adopted [from mia](https://iceshrimp.dev/mia/withdrawal))

View File

@ -50,6 +50,16 @@ services:
volumes:
- ./db:/var/lib/postgresql/data
# Watchtower keeps your container images for TrashPoss and Dependencies up to date
# In order to make proper use of this feature, target trashposs:dev or trashposs:release as a version...
# Uncomment this block if you use a fixed version or do not want auto updates
watchtower:
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /root/.docker/config.json:/config.json
command: --interval 3600 trashposs_web trashposs_redis trashposs_db
## Uncomment to enable federation with tor instances. You also need to add the following variables to .config/docker.env
## ALLOW_ACCESS_TO_HIDDEN_SERVICE=true
## You also need to set the following params in .config/default.yml