Skip to content

Commit 0ecf009

Browse files
committed
run better formatting
1 parent 7475806 commit 0ecf009

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

samples/nextjs/compose.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@ services:
1010
- target: 3000
1111
mode: ingress
1212
published: 3000
13+
1314
healthcheck:
14-
test: wget -q --spider http://localhost:3000/api/health || exit 1
15-
15+
test: wget -q --spider http://localhost:3000/api/health || exit 1
16+
1617
deploy:
1718
resources:
1819
reservations:
1920
cpus: '0.50'
20-
memory: 512M
21-
22-
21+
memory: 512M

0 commit comments

Comments
 (0)