Sign inSign up

codelit/courselit-proxy

By codelit

•Updated over 1 year ago

A reverse proxy with automatic SSL for CourseLit.

Image
0

7.0K

codelit/courselit-proxy repository overview

⁠Introduction

A proxy server to route traffic to courselit-backend and courselit-frontend.

This container on its own is useless unless you have courselit-backend and courselit-frontend containers running via the names 'backend' and 'frontend' respectively and they should be on the same Docker network.

⁠Docker

Easily spin up a new courselit-proxy server using the following command.

⁠Without SSL certificate
docker run codelit/courselit-proxy
⁠With SSL certificate
docker run --env DOMAIN=<your_domain.com> -v <directory_containing_letsencrypt_certificate>:/etc/letsencrypt codelit/courselit-proxy

where directory_containing_letsencrypt_certificate is the directory on your host system which contains the ssl certificate issued by Let's Encrypt⁠.

⁠Environment variables

DOMAIN

The domain name for which the SSL certificate is issued. It is only required if you want to serve the traffic over SSL. Optional parameter. No default value.

⁠Support

Come chat with us in our official Discord channel⁠.

Tag summary

Content type

Image

Digest

sha256:da02b5250…

Size

31.3 MB

Last updated

over 1 year ago

docker pull codelit/courselit-proxy