Files
next-portfolio/docker/traefik/config/traefik.yaml

12 lines
227 B
YAML

http:
routers:
traefik:
entryPoints: http
rule: "Host(`traefik.localhost`)"
service: traefik
services:
traefik:
loadBalancer:
servers:
- url: http://traefik:8080