Skip to content

Instantly share code, notes, and snippets.

View nucreativa's full-sized avatar

Ary Wibowo nucreativa

View GitHub Profile
@nucreativa
nucreativa / docker-compose.yml
Created July 27, 2020 03:52 — forked from Mau5Machine/docker-compose.yml
Traefik Configuration and Setup
version: "3.3"
services:
################################################
#### Traefik Proxy Setup #####
###############################################
traefik:
image: traefik:v2.0
restart: always