Skip to content

Instantly share code, notes, and snippets.

View prjoni99's full-sized avatar

Jon Vargas prjoni99

View GitHub Profile
@prjoni99
prjoni99 / docker-compose.yml
Created August 9, 2020 15:35 — forked from Mau5Machine/docker-compose.yml
Traefik Configuration and Setup
version: "3.3"
services:
################################################
#### Traefik Proxy Setup #####
###############################################
traefik:
image: traefik:v2.0
restart: always