entrypoint error and moving services to server pi

This commit is contained in:
2025-10-21 17:26:18 +05:30
parent 3cf22bbfd8
commit ee08b6b8e9
2 changed files with 5 additions and 14 deletions

View File

@@ -1,14 +1,3 @@
# ----------------------
# EntryPoints
# ----------------------
entryPoints:
web:
address: ":80"
websecure:
address: ":443"
ssh:
address: ":22"
# ----------------------
# TCP (SSH) Routers
# ----------------------
@@ -385,17 +374,17 @@ http:
drone-svc:
loadBalancer:
servers:
- url: "http://private-pi:6003"
- url: "http://server-pi:6003"
dcr-svc:
loadBalancer:
servers:
- url: "http://private-pi:6005"
- url: "http://server-pi:6005"
registry-svc:
loadBalancer:
servers:
- url: "http://private-pi:6001"
- url: "http://server-pi:6001"
# Monitoring
netdata-svc:

View File

@@ -3,6 +3,8 @@ entryPoints:
address: ":80"
websecure:
address: ":443"
ssh:
address: ":22"
providers:
file: