Skip to content

Commit 1422cc0

Browse files
authored
Implement Docker Compose-compatible health check configuration (#70)
* feat: Implement Docker Compose-compatible health check configuration and parsing * Add pnpm-lock.yaml for reproducible CI builds * feat: Enhance health check configuration with support for disabling checks and multiple types
1 parent d4a06eb commit 1422cc0

File tree

10 files changed

+4924
-42
lines changed

10 files changed

+4924
-42
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ yarn.lock
7171

7272
# Dashboard - preserve lockfile for reproducible builds
7373
!cli/dashboard/package-lock.json
74+
!cli/dashboard/pnpm-lock.yaml
7475

7576
# .NET
7677
obj/

0 commit comments

Comments
 (0)