mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 08:13:49 +10:00
ci(docker): include traefik routing and proxy to ensure server connections pass in local
This commit is contained in:
@ -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'),
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user