Add healthcheck. Fixes #11

This commit is contained in:
2024-04-19 17:08:31 +00:00
parent 8200cfeb8a
commit d259292165
2 changed files with 8 additions and 12 deletions

7
root/healthcheck.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
# Check docker socket is running
ls -l /run | grep docker.sock
# Check act is running
/usr/bin/supervisorctl status act_runner | grep RUNNING