Move traefik into its own role

This commit is contained in:
Jake Howard
2020-04-23 20:49:43 +01:00
parent 9962d9103f
commit 89ba23719c
9 changed files with 14 additions and 23 deletions

View File

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