mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 16:06:51 +00:00
fix: add service_machine and mail_machine configurations in services.yml
This commit is contained in:
@@ -28,6 +28,22 @@ http:
|
|||||||
certResolver: le
|
certResolver: le
|
||||||
service: dev_machine@file
|
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:
|
proxmox00:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- https
|
- https
|
||||||
@@ -75,3 +91,12 @@ http:
|
|||||||
servers:
|
servers:
|
||||||
- url: http://192.168.50.44:5173
|
- 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
|
||||||
Reference in New Issue
Block a user