This repository demonstrated how to improve running services behind traefik:
- A catch-all service to replace the default 404 page
- Display custom error pages for server errors
- Show a service only when a cookie is set
- Show a message of the day before access to the service is granted
I have published two posts explaining the contents of this directory:
- Using #traefik error pages to handle unavailable services
- Using #traefik to display maintenance information
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
.