djbrown / spielerplus-calendar

1 stars 1 forks source link

Overridable server timeout in Dockerfile #12

Closed odin568 closed 5 months ago

odin568 commented 5 months ago

Hi @djbrown in my usecase, it takes ~6min to generate the response for the personal API on my RaspberryPi 3. Thereby I increased the timeout locally, not sure if you want to adapt or make it configurable?

djbrown commented 5 months ago

@odin568 i have modified the pull request to not change the default behaviour, but instead make overriding the value more accessable. Are you fine with this?

FYI: you may always override an images command e.g: docker run imagename "echo override"

odin568 commented 5 months ago

That is perfect in my opinion. Yes I have overwritten the whole cmd for now, this ist not ideal. Thanks a lot!