Skip to content

syk-repository/nginxproxy-acme-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

'docker-compose.yml' for nginx-proxy with acme-companion.

It works for multiple domains with one nginx server through SNI-protocol.

You need to create network for proxy first.

exec below commands in order.

  1. exec 'sudo docker network create nginx-proxy-network'
  2. exec 'docker-compose up -d'

..then build service with nginx-proxy served environment options.

Check the sample docker-compose file for service in 'app' folder.

(expose port option must be declared)

special thanks to 'https://github.com/nginx-proxy'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published