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 Likes
You can run discourse-setup with the --two-container switch.
1 Like
I had tried but not working.
1 Like
You need to run it when no app.yml exists.
What happens when you try?
1 Like
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 Like
instead of using local storage for uploads, how we configure s3 bucket with web_only container