Skip to content

Instantly share code, notes, and snippets.

View OrpheonZeroh's full-sized avatar
🏠
Working from home

Jonathan Albert Adamson Gondola OrpheonZeroh

🏠
Working from home
View GitHub Profile
@OrpheonZeroh
OrpheonZeroh / docker-compose.yml
Created May 9, 2021 16:38 — forked from Mau5Machine/docker-compose.yml
Traefik Configuration and Setup
version: "3.3"
services:
################################################
#### Traefik Proxy Setup #####
###############################################
traefik:
image: traefik:v2.0
restart: always