fix: add service_machine and mail_machine configurations in services.yml

This commit is contained in:
2025-05-05 20:57:26 +08:00
parent 38a5dcbd21
commit 3f9cf3b5e9
+26 -1
View File
@@ -28,6 +28,22 @@ http:
certResolver: le
service: dev_machine@file
service_machine:
entryPoints:
- https
rule: Host(`service.furyhawk.lol`)
tls:
certResolver: le
service: service_machine@file
mail_machine:
entryPoints:
- https
rule: Host(`mail.furyhawk.lol`)
tls:
certResolver: le
service: mail_machine@file
proxmox00:
entryPoints:
- https
@@ -74,4 +90,13 @@ http:
loadBalancer:
servers:
- url: http://192.168.50.44:5173
service_machine:
loadBalancer:
servers:
- url: http://192.168.50.44:8000
mail_machine:
loadBalancer:
servers:
- url: http://192.168.50.44:1080