Skip to content

Commit 3f6e211

Browse files
authored
Revert "fix; create healthcheck url for samples nextjs"
1 parent 1df7137 commit 3f6e211

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

samples/nextjs/compose.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,10 @@ services:
55
build:
66
context: ./app
77
dockerfile: Dockerfile
8-
98
ports:
109
- target: 3000
1110
mode: ingress
1211
published: 3000
13-
14-
healthcheck:
15-
test: wget -q --spider http://localhost:3000/api/health || exit 1
16-
1712
deploy:
1813
resources:
1914
reservations:

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

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

0 commit comments

Comments
 (0)