stcz
stcz
Hi, What is the status of the PR? Should I update the chnflicting changes? Thanks for your response :)
I can also confirm this
Thanks for the response. I think it should be enough to move it to local, as it is also available there in the tests from the env.example and everything should...
Maybe we should also clearify what the override files are for: ### docker-compose.override.local.yml Everything required for a local development setup ### docker-compose.override.prod.yml QFieldCloud Production things (not interesting for community?) ###...
Yes, that's the way I'm doing it currently. I close the PR and will put what I have learned in a new PR maybe to the README or a new...
The Error in the tests is from 5cf0f71798cf03427f345aca01459ab4c2e36172 and unrelated
Thanks for the compliment :) I will have a look to minio docker compatibility. But as far I noticed up to now upgrading is no problem, downgrading is. But we...
For the Dockerfile we should add `rm -rf /var/lib/apt/lists/*` as it is cleaning the apt cache. `--list-cleanup` is only looking for obsolete files. But it is not necessary to store...
About the general approach: I'm fine with your suggestions. I just had different ideas and wanted to have some feedback before starting to work on it. About the ubuntu version:...
I will create a new PR for applying this to all Dockerfiles, as it is unrelated to the minio update.