Régis Behmo

Results 233 comments of Régis Behmo

For the record, the [uWSGI configuration](https://github.com/overhangio/tutor/blob/master/tutor/templates/build/openedx/settings/uwsgi.ini) that currently ships with Tutor for the LMS/CMS containers do not make use of the "restart the worker after X requests" flag ([max-requests](https://uwsgi-docs.readthedocs.io/en/latest/Options.html#max-requests)). Tutor...

:thinking: Tutor was really not designed to share services between different Compose projects. I'm not sure I want to open that can of worms by supporting this feature. Did you...

I understand. Can we try to resolve this bug that you are facing instead of adding a complex feature to Tutor?

An alternative solution which you can start using today is to add your changes to a docker-compose.override.yml file. Did you consider that option?

Yep, that's pretty much what I had in mind. The only downside that I can see is that the override file is going to cause `docker compose` to crash in...

@ghassanmas can we close this, or would you like to open a PR to create a new "docker-compose.prod.override.yml" file?

Hi @ravikhetani! It should be easy enough to add the ".otf" extension to the `BIN_FILE_EXTENSIONS`. Alternatively, we could create a new filter were we would include all files that should...

~Closed by #985.~ We still need to implement the file copying filter proposed [here](https://github.com/overhangio/tutor/issues/975#issuecomment-1888874657).

Hi @MaferMazu! Are you still working on this?

Yes, good point. We'll wait on #834.