Skip to content

alandolsi/docker4localdev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker4LocalDev

Please, follow the full tutorial on Medium!

Run with Docker Compose

docker-compose -f traefik.yml up -d

Available domains

Locally-trusted certificate

You need to generate your own locally-trusted certificate.

Install Mkcert on your system.

Once installed, run mkcert-install.

Than you are ready to generate your self-signed certificates:

mkcert -key-file ./certs/key.pem -cert-file ./certs/cert.pem localdev 'docker.localdev' '*.docker.localdev'

Move the generated certificates (cert.pem, key.pem) to the folder certs/ on the root of your traefix.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.6%
  • Dockerfile 25.6%
  • Shell 17.8%