mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-12 21:40:41 +00:00
16 lines
284 B
YAML
16 lines
284 B
YAML
|
---
|
||
|
http:
|
||
|
routers:
|
||
|
to_advlabdb:
|
||
|
# Uncomment following line and replace SERVER_NAME!
|
||
|
# rule: Host(`SERVER_NAME`)
|
||
|
service: advlabdb
|
||
|
tls:
|
||
|
certResolver: le
|
||
|
|
||
|
services:
|
||
|
advlabdb:
|
||
|
loadBalancer:
|
||
|
servers:
|
||
|
- url: http://nginx
|