Reformat to use a words file rather than babble

This commit is contained in:
Marc Di Luzio 2020-06-25 22:02:11 +01:00
parent 5f732bd6c5
commit 58f9d8baf2
3 changed files with 43 additions and 10 deletions

View file

@ -40,6 +40,7 @@ services:
- PORT=9090
- DATA_PATH=/mnt/rove-server
- ROVE_ACCOUNTANT_GRPC=rove-accountant:9091
- WORDS_FILE=data/words_alpha.txt
volumes:
- persistent-data:/mnt/rove-server:rw
command: [ "./script/wait-for-it.sh", "rove-accountant:9091", "--", "./rove-server"]