feat: Add Nas config
This commit is contained in:
parent
c82df61c15
commit
d4e903ba55
18
traefik/conf.d/nas.yml
Normal file
18
traefik/conf.d/nas.yml
Normal file
@ -0,0 +1,18 @@
|
||||
http:
|
||||
routers:
|
||||
nas:
|
||||
entryPoints:
|
||||
- web
|
||||
service: service-nas
|
||||
rule: Host(`{{ env "NAS_DOMAIN" }}`)
|
||||
nas-https:
|
||||
entryPoints:
|
||||
- websecure
|
||||
service: service-nas
|
||||
rule: Host(`{{ env "NAS_DOMAIN" }}`)
|
||||
|
||||
services:
|
||||
service-nas:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: {{ env "NAS_URL" }}
|
||||
Loading…
x
Reference in New Issue
Block a user