lichess-org / fishnet

Distributed Stockfish analysis for lichess.org
https://lichess.org/get-fishnet
GNU General Public License v3.0
738 stars 102 forks source link

Add config options to enable stats in container #266

Closed cyqsimon closed 6 months ago

cyqsimon commented 7 months ago

This adds a way to enable stats in containers.

cyqsimon commented 7 months ago

Also something worth considering: adding environment variable configuration support within clap, so that we would no longer need the bespoke scripting in docker-entrypoint.sh. For an example, see svenstaro/miniserve#1160.

This would also allow other deployment methods to use environment variable configuration too, for example when using systemd.

niklasf commented 6 months ago

Thanks!