-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProcfile
19 lines (10 loc) · 948 Bytes
/
Procfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# game: hypercorn wordle --reload --debug --bind books.local.gd:$PORT --access-logfile - --error-logfile - --log-level DEBUG
user: hypercorn user --reload --debug --bind books.local.gd:$PORT --access-logfile - --error-logfile - --log-level DEBUG
game1: hypercorn wordle --reload --debug --bind books.local.gd:$PORT --access-logfile - --error-logfile - --log-level DEBUG
game2: hypercorn wordle --reload --debug --bind books.local.gd:$PORT --access-logfile - --error-logfile - --log-level DEBUG
game3: hypercorn wordle --reload --debug --bind books.local.gd:$PORT --access-logfile - --error-logfile - --log-level DEBUG
primary: ./bin/litefs -config ./etc/primary.yml
secondary1: ./bin/litefs -config ./etc/secondary1.yml
secondary2: ./bin/litefs -config ./etc/secondary2.yml
leaderboard: hypercorn leaderboard --reload --debug --bind books.local.gd:$PORT --access-logfile - --error-logfile - --log-level DEBUG
# rq worker --with-scheduler