Sauvegarde configuration Traefik fonctionnelle

This commit is contained in:
Franck Pompeani
2026-08-17 20:50:52 +02:00
parent b545e79891
commit 4cf34c0fd9
2 changed files with 53 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
http:
routers:
gitea:
rule: "Host(`pz.git.myplab.fr`)"
entryPoints:
- websecure
tls:
certResolver: ovh
service: gitea
services:
gitea:
loadBalancer:
servers:
- url: "http://192.168.1.203:3000"