File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,10 +80,15 @@ services:
8080 ACCESS_PASSWORD : ${ACCESS_PASSWORD:-admin}
8181 REDIS_URL : redis://redis:6379
8282 QUEUE_NAMES : ${ADMIN_QUEUE_NAMES:-posts,users}
83- # Twitch dev app creds for the box art picker's game search (optional;
84- # the picker falls back to manual entry when unset).
83+ # Twitch dev app creds for the box art picker's game search and the Game
84+ # Finder page's Twitch source (optional; both fall back gracefully when
85+ # unset — the picker to manual entry, Game Finder to Steam-only).
8586 TWITCH_CLIENT_ID : ${TWITCH_CLIENT_ID:-}
8687 TWITCH_CLIENT_SECRET : ${TWITCH_CLIENT_SECRET:-}
88+ # Game Finder's persistent "not interested" ignore list.
89+ GAME_FINDER_IGNORE_FILE : /data/ignored.json
90+ volumes :
91+ - game-finder-data:/data
8792 depends_on :
8893 - rest-api
8994 - redis
@@ -224,6 +229,7 @@ services:
224229volumes :
225230 mysql-data :
226231 redis-data :
232+ game-finder-data :
227233
228234networks :
229235 default :
You can’t perform that action at this time.
0 commit comments