Skip to content

Example of a docker compose config for containers with HTTPS

Notifications You must be signed in to change notification settings

rafamarrara/docker-nginx-letsencrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Nginx + Let's Encrypt

Example of a docker compose config for containers with HTTPS.

Introduction

This repository contains reference docker-compose file for a variety of nginx-proxy with acme-companion (Let's Encrypt) setup.

Requirement

  1. Install Docker
  2. Install Docker Compose
  3. Create a docker network called nginx-proxy

All the docker-compose file assume the existence of a docker network called nginx-proxy. Create it with the following command before starting the containers.

docker network create nginx-proxy

Useful commands

docker-compose up -d
docker-compose down
docker exec nginx-proxy-acme /app/cert_status
docker-compose logs -f

Links

About

Example of a docker compose config for containers with HTTPS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published