1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-17 18:31:15 +00:00

Update Traefik config

This commit is contained in:
Mo 2023-11-01 22:08:58 +01:00
parent 145a62f0aa
commit 5e6c809b53
2 changed files with 5 additions and 4 deletions

View file

@ -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:

View file

@ -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: