A reverse proxy with automatic SSL for CourseLit.
7.0K
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.
Easily spin up a new courselit-proxy server using the following command.
docker run codelit/courselit-proxy
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.
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.
Come chat with us in our official Discord channel.
Content type
Image
Digest
sha256:da02b5250…
Size
31.3 MB
Last updated
over 1 year ago
docker pull codelit/courselit-proxy