Skip to content

Commit 8ff2c27

Browse files
authored
Apply suggestions from code review
1 parent d56acdb commit 8ff2c27

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

samples/golang-http-form-railpack/compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ services:
1010
resources:
1111
reservations:
1212
memory: 50M
13-
healthcheck:
14-
test: ["CMD", "curl", "-f", "http://localhost:8080/"]

samples/nextjs-railpack/compose.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ services:
44
# domainname: www.example.xyz # uncomment if you want to use your own domain
55
build:
66
context: ./app
7-
dockerfile: Dockerfile
87

98
ports:
109
- target: 3000
@@ -14,9 +13,6 @@ services:
1413
environment:
1514
PORT: 3000
1615

17-
healthcheck:
18-
test: wget -q --spider http://localhost:3000/ || exit 1
19-
2016
deploy:
2117
resources:
2218
reservations:

samples/react-vite-railpack/compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,3 @@ services:
1515
resources:
1616
reservations:
1717
memory: 512M
18-
healthcheck:
19-
test: ["CMD", "curl", "-f", "http://localhost:5173/"]

0 commit comments

Comments
 (0)