chore: snapshot before agency split

This commit is contained in:
Erik Silva
2025-12-09 17:21:25 -03:00
parent 6ec29c7eef
commit 053e180321
27 changed files with 428 additions and 234 deletions

View File

@@ -38,6 +38,16 @@ http:
- security-headers
service: dashboard-service
# Institucional site (aggios.local and localhost)
institucional-router:
entryPoints:
- web
rule: "Host(`aggios.local`) || Host(`localhost`)"
priority: 3
middlewares:
- security-headers
service: institucional-service
services:
api-service:
loadBalancer:
@@ -48,3 +58,8 @@ http:
loadBalancer:
servers:
- url: http://dashboard:3000
institucional-service:
loadBalancer:
servers:
- url: http://institucional:3000