Trying to just update to the latest Onyx. Had trouble getting docker-compose to even start because:
- a bunch of stuff related to
/bin/sh needed to be removed from various services in the yaml
- the web container has been hardened
- now my installation accepts signups from random people on the internet, despite being only OIDC before
- the background container is failing due to what feels like the hundredth change to
SANDBOX env vars
I'm begging here, is there any public documentation on what steps need to be performed when updating? Is there any one place someone managing an Onyx install can go to read anything they would need so there's no ugly surprises? Onyx is pretty nice to use but even maintaining an install with docker compose (which is painless for the 15 other services I'm running) is a constant headache when it comes time to update.
Trying to just update to the latest Onyx. Had trouble getting docker-compose to even start because:
/bin/shneeded to be removed from various services in the yamlSANDBOXenv varsI'm begging here, is there any public documentation on what steps need to be performed when updating? Is there any one place someone managing an Onyx install can go to read anything they would need so there's no ugly surprises? Onyx is pretty nice to use but even maintaining an install with docker compose (which is painless for the 15 other services I'm running) is a constant headache when it comes time to update.