mirror of
https://github.com/zadam/trilium.git
synced 2025-12-12 18:34:24 +01:00
13 lines
267 B
YAML
13 lines
267 B
YAML
http:
|
|
routers:
|
|
trilliumnext:
|
|
rule: "PathPrefix(`/`)" # accept everything for dev purposes
|
|
entryPoints: ["web"]
|
|
service: trilliumnext
|
|
|
|
services:
|
|
trilliumnext:
|
|
loadBalancer:
|
|
servers:
|
|
- url: "http://127.0.0.1:8080/"
|