Skip to content

pbering/sitecore-docker-https-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sitecore Docker HTTPS example using reverse proxy

Demonstrates how to configure a reverse proxy (Traefik in this case) to handle SSL with a auto generated self-signed certificate on the frontend and proxy traffic to backend services using HTTP.

Usage

  1. Add (or edit) environment variables used so they match what Windows build your are running and which registry you are using. See the .env file.
  2. Add solr.sitecore-https.local and cm.sitecore-https.local to your HOSTS file.
  3. Run docker-compose up

IMPORTANT: The traefik service in docker-compose.yml is configured to use port 80 and 443, so if you got anything running using the same ports for example IIS, you need to shut it down (or stop the sites) or change the ports.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published