Skip to content

hMatoba/cdcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cdcc

Continuous Deployment, Continuous Certification. Using external volume to keep certification.

Example

On Hyper.sh

version: '2'

services:
  cdcc:
    image: matoba/cdcc
    ports:
      - '80:80'
      - '443:443'
    links:
      - webapp:webapp1
    volumes: 
      - cdcc:/etc/letsencrypt
    environment:
      DOMAIN: 'example.com'
      E_MAIL: 'foobar@example.com'
      LINK_NAME: 'webapp1'
    fip: 199.245.56.122
    size: s4
  webapp:
    image: some_webapp

About

Let's Encrypt for Continuous Deployment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published