تثبيت ويب فقط

Hello,
I have cloned GitHub - discourse/discourse_docker: A Docker image for Discourse inside samples directory i am able to see standalone.yml, web_only.yml so can you guide me for web_only.yml file how to install.
Thanks.

There is some information about the two-container setup in this topic:

The general install guide is here:

3 إعجابات

You can run discourse-setup with the --two-container switch.

إعجاب واحد (1)

I had tried but not working.

إعجاب واحد (1)

You need to run it when no app.yml exists.

What happens when you try?

إعجاب واحد (1)

Now its working fine thanks…, but one issue i have, earlier i have used app.yml file which is standalone setup, now i tried using web_only.yml in that i have configured RDS database and redis url.
now for web_only setup working but unable to load images and logos what i have defined in my earlier setup.

You probably need to either move them to web_only or change the bind path in the yml file.

إعجاب واحد (1)

instead of using local storage for uploads, how we configure s3 bucket with web_only container