ci(docker): include traefik routing and proxy to ensure server connections pass in local

This commit is contained in:
Amruth Pillai
2022-03-12 15:55:04 +01:00
parent 528ac84d3b
commit 11cb066573
2 changed files with 28 additions and 7 deletions

View File

@ -15,7 +15,7 @@ export class HealthController {
return this.health.check([
() => this.db.pingCheck('database'),
() => this.http.pingCheck('app', 'https://rxresu.me'),
() => this.http.pingCheck('docs', 'https://beta.rxresu.me'),
() => this.http.pingCheck('docs', 'https://docs.rxresu.me'),
]);
}
}