Skip to content

Commit 97a622d

Browse files
committed
Disable healthcheck for now
1 parent 36e5af9 commit 97a622d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docker-compose.prod.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
services:
22
app:
33
image: 127.0.0.1:5000/docmeta/rubydoc-app
4-
healthcheck:
5-
test: ["CMD", "curl", "-f", "http://localhost/healthcheck"]
6-
interval: 10s
7-
timeout: 5s
8-
retries: 3
94
build:
105
context: .
116
dockerfile: ./docker/app/Dockerfile

0 commit comments

Comments
 (0)