Discourse と Apache2 の併設インストールに関するヘルプ

こんにちは、

DigitalOcean のドロレットで 3 つの WordPress ブログと Nextcloud インスタンスをホストしています。

このドロレットに Discourse をセットアップしたいと考えています。バックアップは用意してありますので、何か問題が起きても構いません。

以前、このフォーラムで Discourse と Apache を併用して Nginx を用いたインストールについて扱ったスレッド(https://meta.discourse.org/t/running-other-websites-on-the-same-machine-as-discourse/17247)を参考に試みました。現時点で行ったことは以下の通りです:

  • Discourse のセットアップのために一時的に Apache2 サービスを無効化
  • Discourse のファイルを /var/discourse にコピーし、discourse-setup を実行
  • Nginx をインストールし、/etc/nginx/sites-enabled/discourse.conf に discourse.conf ファイルを作成
  • コマンド /var/discourse/launcher stop app || true を実行したところ、以下のエラーが発生しました:
root@aavoblog:/var/discourse# /var/discourse/launcher stop app || true
Your Docker installation is not using a supported storage driver.  If we were to proceed you may have a broken install.
aufs is the recommended storage driver, although zfs and overlay2 may work as well.
Other storage drivers are known to be problematic.
You can tell what filesystem you are using by running "docker info" and looking at the 'Storage Driver' line.

If you wish to continue anyway using your existing unsupported storage driver,
read the source code of launcher and figure out how to bypass this check.

解決策を検索しましたが、修正できませんでした。この問題の解決にご協力いただける方はいませんか?

「いいね!」 1

こんにちは、@avndp さん

上記の Docker の「ストレージ」エラーメッセージのテキストで Google 検索をすると、このトピックに関する多くの議論が見つかります。このサイト(meta)にもいくつか投稿されています。

「いいね!」 3

おそらく、現在のドロプレットよりもはるかに多くのRAMが必要になるでしょう。別のドロプレットを起動する方が、はるかに簡単で、おそらく安上がりです。私がv2のDiscourseインスタンス2つとWordPressサイト2つを運用しているサイトでは、安定する前に8GBに増設しました。

「いいね!」 3