Skip to content

Commit 8a882f9

Browse files
authored
Merge pull request #254 from DefangLabs/revert-190-patch-1
Revert "fix; create healthcheck url for samples nextjs"
2 parents f12127a + 7d86dd8 commit 8a882f9

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ services:
1212
published: 3000
1313

1414
healthcheck:
15-
test: wget -q --spider http://localhost:3000/api/health || exit 1
15+
test: wget -q --spider http://localhost:3000/ || exit 1
1616

1717
deploy:
1818
resources:
1919
reservations:
2020
cpus: '0.50'
21-
memory: 512M
21+
memory: 512M

web/src/app/api/health/route.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)