We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e5634 commit f68250bCopy full SHA for f68250b
samples/nextjs-postgres/compose.yaml
@@ -1,5 +1,3 @@
1
-# Sample compose file. #REMOVE_ME_AFTER_EDITING
2
-
3
services:
4
app:
5
# uncomment to add your own domain
@@ -19,8 +17,6 @@ services:
19
17
POSTGRES_DB: postgres
20
18
POSTGRES_SSL: true
21
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
24
test: ["CMD", "curl", "-f", "http://localhost:3000" ]
25
depends_on:
26
- database
0 commit comments