How to set redis DB ID in Docker container?

@sam さん、2018 年に出された「メッセージバスが Redis の db 0 のみにリンクされている」という警告 :fire: は現在も正確ですか?それとも、異なる Discourse インスタンスをホストするために、別の Redis インスタンスのデータベース ID を使用できるようになりましたか?

multisite-configuration-with-docker のハウツーで db_id: 2 が定義されているのを見て、これは Redis のデータベース ID を指しているのかと思い、この質問をしました :face_with_monocle:

         secondsite:
           adapter: postgresql
           database: b_discourse
           pool: 25
           timeout: 5000
           db_id: 2
           host_names:
             - b.discourse.example.com