CyberPanel Community

Install Discourse in Docker

te
terabytefrelance #1

It is possible to install discourse in docker in cyberpanel, I have reviewed the tutorial of docker in cyberpanel, and when I create the container with the discourse image in docker I do not ask for the port

12 replies
Cy
CyberPanel #2

which image are you using? The image should expose the port, otherwise, CyberPanel cannot detect.

te
terabytefrelance #4

@CyberPanel

Hi, How can I replicate this configuration from ningx in openlitespeed:

server {
listen 80;
server_name forum.tecmint.lan;

    location / {
            proxy_pass http://unix:/var/discourse/shared/standalone/nginx.http.sock:;
            proxy_set_header Host $http_host;
            proxy_http_version 1.1;
            proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
            proxy_set_header X-Forwarded-Proto $scheme;
    }

}

te
terabytefrelance #5

I confirm that discourse can be used with Cyberpanel and I will place the respective guide runs excellent

St
Stoic100 #6

Would be king enough to share a tutorial on how you installed discourse using cyberpanel please?

Ma
MaiaInternet #7

Yes please, could you let us know how to get this going - tried a few images now and can’t get it going!

Thanks

xB
xBloodshed #9

@terabytefrelance I understand we have to proxy to the docker container . But what exactly do in openlitespeed? vhost? websockets? Some steps and configuration will be very much appreciated.

La
LarryR #10

Type your comment> @xBloodshed said:

@terabytefrelance I understand we have to proxy to the docker container . But what exactly do in openlitespeed? vhost? websockets? Some steps and configuration will be very much appreciated.

did you find a solution to this?

we
weir1 #11

I also want to install it…how do i do it?

Sign in to reply