Add Harbor And Update Traefik
This commit is contained in:
13
Reseaux/Traefik/configs/dynamic/registry.yml
Normal file
13
Reseaux/Traefik/configs/dynamic/registry.yml
Normal file
@ -0,0 +1,13 @@
|
||||
http:
|
||||
routers:
|
||||
harbor:
|
||||
service: harbor
|
||||
rule: "Host(`registry.traefik.me`)"
|
||||
tls:
|
||||
certResolver: production
|
||||
|
||||
services:
|
||||
harbor:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://registry.traefik.me:8083"
|
Reference in New Issue
Block a user