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:
parent
ebcf997f8e
commit
a8c43831fa
4 changed files with 0 additions and 0 deletions
15
deploy/traefik/etc/dynamic.yml
Normal file
15
deploy/traefik/etc/dynamic.yml
Normal 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
|
36
deploy/traefik/etc/traefik.yml
Normal file
36
deploy/traefik/etc/traefik.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue