mirror of
https://github.com/Radiquum/AniX.git
synced 2025-05-03 11:29:40 +05:00
ADD New Pre-Commit hooks and Formatting code
This commit is contained in:
parent
5c9c3e67fa
commit
9e75a0783c
26 changed files with 4163 additions and 105 deletions
12
traefik/traefik.yml
Normal file
12
traefik/traefik.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
entryPoints:
|
||||
web:
|
||||
address: ":80"
|
||||
|
||||
api:
|
||||
insecure: false
|
||||
dashboard: true
|
||||
|
||||
providers:
|
||||
file:
|
||||
filename: "./traefik-dynamic.yml"
|
||||
watch: true
|
Loading…
Add table
Add a link
Reference in a new issue