Add traefik config

This commit is contained in:
Jake Howard
2020-02-02 21:10:29 +00:00
parent a42c1a4182
commit 035ff0ac24
5 changed files with 154 additions and 0 deletions

View File

@ -0,0 +1,12 @@
version: "3"
services:
traefik:
container_name: traefik
image: traefik:v2.1.2
#command: "--log.level=DEBUG"
network_mode: host
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- ./traefik:/etc/traefik
restart: unless-stopped