There are also a couple of bits in this topic that you might find useful to keep your server uptodate:
Just remember that you don’t have an app.yml
as you have a two-container set-up, so the commands in Step 2 would be the ones from above:
cd /var/discourse
git pull
./launcher bootstrap web_only && ./launcher destroy web_only && ./launcher start web_only
9 Likes