Skip to content

Commit

Permalink
TN-3232 Add healthcheck to sdc service (#4306)
Browse files Browse the repository at this point in the history
Add healthcheck to sdc service
  • Loading branch information
ivan-c authored Apr 11, 2023
1 parent 64dca19 commit 130b539
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/docker-compose.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ services:

sdc:
restart: unless-stopped
healthcheck:
test:
wget --spider --quiet
http://localhost:5000

redis:
restart: unless-stopped
Expand Down

0 comments on commit 130b539

Please sign in to comment.