Skip to content

nicholasdille/traefik-maintenance

Repository files navigation

traefik-maintenance

This repository demonstrated how to improve running services behind traefik:

  1. A catch-all service to replace the default 404 page
  2. Display custom error pages for server errors
  3. Show a service only when a cookie is set
  4. Show a message of the day before access to the service is granted

I have published two posts explaining the contents of this directory:

All compose files have been written according to the compose spec and have been tested with compose-cli. Files have not been renamed to compose.yaml for compatability with docker-compose.