Closed tsmethurst closed 1 month ago
i think it would be better to further specify what this cache is for in this directory, in case we ever have further need for using /gotosocial/.cache
.
so making GTS_WAZERO_COMPILATION_CACHE=/gotosocial/.cache/wazero
Mm, well wazero creates directories of its own inside that cache directory like wazero_vx.x.x
or whatever, so I don't think it's really necessary, then it would end up being ~/gotosocial/.cache/wazero/wazero_vx.x.x
Description
This pull request adds the optional
/gotosocial/.cache
volume in the Dockerfile, and documents usage ofGTS_WAZERO_COMPILATION_CACHE
to set the compilation cache dir, for both Docker and binary deployments (with systemd).Closes https://github.com/superseriousbusiness/gotosocial/issues/3233