chore: snapshot before agency split
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user