mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-21 16:33:48 +01:00
Livepatching Halleluja!
This commit is contained in:
parent
9f5a433963
commit
f1ab8211c9
@ -20,6 +20,7 @@ __2024.04.1 is out!__
|
|||||||
- Highlighted changes:
|
- Highlighted changes:
|
||||||
- Achievements adopting code from Sharkey/Misskey
|
- Achievements adopting code from Sharkey/Misskey
|
||||||
- Unified Bookmarks and Clips (Snippets, dev branch)
|
- 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))
|
- 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))
|
- 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))
|
- Suppress the "You haven't configured mail" message (Patch adopted [from mia](https://iceshrimp.dev/mia/withdrawal))
|
||||||
|
@ -50,6 +50,16 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./db:/var/lib/postgresql/data
|
- ./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
|
## 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
|
## ALLOW_ACCESS_TO_HIDDEN_SERVICE=true
|
||||||
## You also need to set the following params in .config/default.yml
|
## You also need to set the following params in .config/default.yml
|
||||||
|
Loading…
Reference in New Issue
Block a user