docs: Dateien zum Forgejo-Artikel in Ausgabe 25/03
This commit is contained in:
parent
41abdbe549
commit
d0d5280021
4 changed files with 160 additions and 0 deletions
21
2503-forgejo/traefik.yml
Normal file
21
2503-forgejo/traefik.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
entryPoints:
|
||||
http:
|
||||
address: ":80"
|
||||
https:
|
||||
address: ":443"
|
||||
|
||||
api:
|
||||
dashboard: true
|
||||
|
||||
providers:
|
||||
docker:
|
||||
endpoint: "unix:///var/run/docker.sock"
|
||||
exposedByDefault: false
|
||||
|
||||
certificatesResolvers:
|
||||
letsencrypt:
|
||||
acme:
|
||||
email: admin@example.eu
|
||||
storage: /acme.json
|
||||
httpChallenge:
|
||||
entryPoint: http
|
Loading…
Add table
Add a link
Reference in a new issue