Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions samples/nextjs/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ services:
published: 3000

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

deploy:
resources:
reservations:
cpus: '0.50'
memory: 512M
memory: 512M
5 changes: 0 additions & 5 deletions samples/nextjs/web/src/app/api/health/route.ts

This file was deleted.

Loading