Skip to content

Instantly share code, notes, and snippets.

@xchen326
xchen326 / dynamic.yaml
Created January 29, 2022 01:57 — forked from Mau5Machine/dynamic.yaml
Traefik Dynamic Configuration File
## Setting up the middleware for redirect to https ##
http:
middlewares:
redirect:
redirectScheme:
scheme: https
@xchen326
xchen326 / docker-compose.yml
Created January 29, 2022 01:56 — forked from Mau5Machine/docker-compose.yml
Traefik Configuration and Setup
version: "3.3"
services:
################################################
#### Traefik Proxy Setup #####
###############################################
traefik:
image: traefik:v2.0
restart: always