Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 527 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 527 Bytes

Traefik for single server

Note: This setup is for single server only which no HA in place. Please consider Kubernetes or Docker swarm to have more resilience on your setup

This module includes:

  • Traefik 2.5.6
  • Dashboard enabled with SSL and protected by middleware authelia
  • Automatically restart when it got crashed or startup
  • Run on traefik network

Deployment

# Create a new network for traefik
docker network create traefik		# Create a traefik network
docker-compose up -d			# Spin up containers