gitea docker

This commit is contained in:
root
2024-02-08 09:27:09 +01:00
parent 578db35ad9
commit 6d376af13d
12 changed files with 383 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
global:
sendAnonymousUsage: false
api:
dashboard: true
insecure: true
providers:
docker:
endpoint: "unix:///var/run/docker.sock"
watch: true
exposedByDefault: false
file:
filename: /etc/traefik/dynamic.yml
watch: true
log:
level: INFO
format: common
entryPoints:
http:
address: ":80"
http:
redirections:
entryPoint:
to: https
scheme: https
https:
address: ":443"