No idea where I'm at with this, I think somewhat near the end though
This commit is contained in:
11
docker/traefik/config/traefik.yaml
Normal file
11
docker/traefik/config/traefik.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
http:
|
||||
routers:
|
||||
traefik:
|
||||
entryPoints: http
|
||||
rule: "Host(`traefik.localhost`)"
|
||||
service: traefik
|
||||
services:
|
||||
traefik:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: http://traefik:8080
|
||||
Reference in New Issue
Block a user