Discourseの復元ができません

こんにちは、

サーバーに問題が発生した後、Discourse を再インストールできなくなっています。現在、エラーは 502 Bad Gateway です。
これは SSH のログです。

root@xxxx:/var/discourse# ./launcher rebuild app
Ensuring launcher is up to date
Fetching origin
Launcher is up-to-date
cd /pups && git pull && /pups/bin/pups --stdin
fatal: unable to access 'https://github.com/discourse/pups.git/': Could not resolve host: github.com
454737c0eb0bd833434e8313b89e4641c90ff57e291f7c9b3ca7a895a9181abc
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one.
./discourse-doctor may help diagnose the problem.
root@xxxx:/var/discourse# ./launcher rebuild app
Ensuring launcher is up to date
Fetching origin
Launcher is up-to-date
cd /pups && git pull && /pups/bin/pups --stdin
fatal: unable to access 'https://github.com/discourse/pups.git/': Could not resolve host: github.com
ac1e181261d864ce64d2939199b3c7f79715679c594254b2208bafc1b97d3ee1
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one.
./discourse-doctor may help diagnose the problem.

curl https://github.comを実行できますか?

はい、できます。ウェブページに応答します。

私はこのように解決しました。Docker から以下のものを削除しました:

  • Nginx

  • Redis

  • Discourse

    cd /var/discourse
    ./launcher stop app
    cd /var
    sudo rm -rf discourse

その後、setup を使用して Discourse を再インストールしました。

問題は Docker と Discourse の間の「通信」にありました。Nginx と Redis を削除しようとしましたが、問題は解消されませんでした。なぜか分かりません。

Plesk で表示されたエラーは以下の通りでした:Error: {"message":"no such image: discourse/base: No such image: discourse/base:latest"}