Skip to content

Commit f68250b

Browse files
committed
remove #REMOVE_ME_AFTER_EDITING
1 parent d8e5634 commit f68250b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

samples/nextjs-postgres/compose.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Sample compose file. #REMOVE_ME_AFTER_EDITING
2-
31
services:
42
app:
53
# uncomment to add your own domain
@@ -19,8 +17,6 @@ services:
1917
POSTGRES_DB: postgres
2018
POSTGRES_SSL: true
2119
healthcheck:
22-
# wget or curl required for healthchecks on services with a published port
23-
# this gets parsed by Defang and provided to the load balancers as well
2420
test: ["CMD", "curl", "-f", "http://localhost:3000" ]
2521
depends_on:
2622
- database

0 commit comments

Comments
 (0)