1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2025-07-16 02:08:20 +00:00

Move files to deploy

This commit is contained in:
Mo 2022-11-19 15:45:05 +01:00
parent ebcf997f8e
commit a8c43831fa
4 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,15 @@
---
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://advlabdb-nginx

View file

@ -0,0 +1,36 @@
---
global:
checkNewVersion: false
sendAnonymousUsage: true
log:
filePath: /volumes/logs/traefik.log
level: ERROR
entryPoints:
web:
address: :80
http:
redirections:
entryPoint:
to: websecure
scheme: https
websecure:
address: :443
certificatesResolvers:
le:
acme:
# Uncomment following line and replace EMAIL!
# email: EMAIL
storage: /volumes/certs/acme.json
tlsChallenge: {}
accessLog:
filePath: /volumes/logs/access.log
bufferingSize: 100
providers:
file:
filename: /etc/traefik/dynamic.yml