Skip to content

Docker Registry with Traefik reverse proxy and LetsEncrypt Auto-Renew

Notifications You must be signed in to change notification settings

eugene-chernyi/registry_traefik_letsencrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick start guide

  1. Update variables in the .env file
  vim .env
  1. Сhange the access mode of acme.json:
  chmod 600 acme.json
  1. Run docker-compose
  docker-compose up -d

Options

If you want to disable web dashboard set api.dashboard=false If you want to disable traefik webdashboard basic authentication delete/comment lines:

  - "traefik.http.routers.traefik.middlewares=admin"
  - "traefik.http.middlewares.admin.basicauth.users=${TRAEFIK_ADMIN}:${TRAEFIK_ADMIN_PASSWORD}"

If you want to disable registry basic authentication delete/comment lines:

  - "traefik.http.routers.registry.middlewares=auth"
  - "traefik.http.middlewares.auth.basicauth.users=${REGISTRY_USER}:${REGISTRY_PASSWORD}"

About

Docker Registry with Traefik reverse proxy and LetsEncrypt Auto-Renew

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published