Skip to content

Template to fast start with docker-compose and traefik

License

Notifications You must be signed in to change notification settings

p0vidl0/traefikifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple template to quick start a dev server with docker-compose and Traefik

Traefik is awesome tool to setup a reverse proxy with automatic Letsencrypt TLS negotiation

Quck start

  1. Clone this repository
  2. Fit .env configs for each service you need
  3. Start traefik with command cd ./traefik && docker-compose up -d
  4. Start Postgres, Adminer and Dozzle if you need it.

Generate Secret hash string for basic auth using apr1 algorithm (Apache variant of the BSD algorithm)

openssl passwd -apr1 # or with optional parameter -salt xxxxxxxx

About

Template to fast start with docker-compose and traefik

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages