mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-12-04 22:40:30 +00:00
Update Traefik config
This commit is contained in:
parent
145a62f0aa
commit
5e6c809b53
2 changed files with 5 additions and 4 deletions
|
@ -5,8 +5,6 @@ http:
|
||||||
# Uncomment following line and replace SERVER_NAME!
|
# Uncomment following line and replace SERVER_NAME!
|
||||||
# rule: Host(`SERVER_NAME`)
|
# rule: Host(`SERVER_NAME`)
|
||||||
service: advlabdb
|
service: advlabdb
|
||||||
tls:
|
|
||||||
certResolver: le
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
advlabdb:
|
advlabdb:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
global:
|
global:
|
||||||
checkNewVersion: false
|
checkNewVersion: false
|
||||||
sendAnonymousUsage: true
|
sendAnonymousUsage: false
|
||||||
|
|
||||||
log:
|
log:
|
||||||
filePath: /volumes/logs/traefik.log
|
filePath: /volumes/logs/traefik.log
|
||||||
|
@ -18,6 +18,9 @@ entryPoints:
|
||||||
|
|
||||||
websecure:
|
websecure:
|
||||||
address: :443
|
address: :443
|
||||||
|
http:
|
||||||
|
tls:
|
||||||
|
certResolver: le
|
||||||
|
|
||||||
certificatesResolvers:
|
certificatesResolvers:
|
||||||
le:
|
le:
|
||||||
|
@ -29,7 +32,7 @@ certificatesResolvers:
|
||||||
|
|
||||||
accessLog:
|
accessLog:
|
||||||
filePath: /volumes/logs/access.log
|
filePath: /volumes/logs/access.log
|
||||||
bufferingSize: 100
|
bufferingSize: 128
|
||||||
|
|
||||||
providers:
|
providers:
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Reference in a new issue