feat: update GoToSocial to 0.19.1 and add Wazero cache

- Update image from latest to 0.19.1 (latest release from Codeberg)
- Add GTS_WAZERO_COMPILATION_CACHE for improved performance
- Use full docker.io registry path as per reference configuration

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Phil 2025-06-06 14:46:28 -06:00
parent 249eb52ceb
commit 8d686c2aa5

View File

@ -1,6 +1,6 @@
services:
gotosocial:
image: superseriousbusiness/gotosocial:latest
image: docker.io/superseriousbusiness/gotosocial:0.19.1
container_name: gotosocial
user: 1000:1000
extra_hosts:
@ -9,6 +9,7 @@ services:
GTS_HOST: social.thesatelliteoflove.com
GTS_DB_TYPE: sqlite
GTS_DB_ADDRESS: /gotosocial/storage/sqlite.db
GTS_WAZERO_COMPILATION_CACHE: /gotosocial/.cache
GTS_LETSENCRYPT_ENABLED: "false"
GTS_LETSENCRYPT_EMAIL_ADDRESS: ""
GTS_TRUSTED_PROXIES: "172.20.0.5"