Skip to content

Commit

Permalink
Upgrade fishnet and enable stats file, closes #109
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Aug 7, 2024
1 parent 3e8c5f1 commit 9cb2eda
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,18 +187,24 @@ services:
- stockfish-play

fishnet_play:
image: niklasf/fishnet:2.9.2
image: niklasf/fishnet:2.9.3
restart: unless-stopped
entrypoint: /fishnet --endpoint http://lila_fishnet:9665/fishnet --max-backoff 5
environment:
- ENDPOINT=http://lila_fishnet:9665/fishnet
- MAX_BACKOFF=5
- STATS_FILE=/stats.json
networks:
- lila-network
profiles:
- stockfish-play

fishnet_analysis:
image: niklasf/fishnet:2.9.2
image: niklasf/fishnet:2.9.3
restart: unless-stopped
entrypoint: /fishnet --endpoint http://lila:9663/fishnet --max-backoff 5
environment:
- ENDPOINT=http://lila:9663/fishnet
- MAX_BACKOFF=5
- STATS_FILE=/stats.json
networks:
- lila-network
profiles:
Expand Down

0 comments on commit 9cb2eda

Please sign in to comment.