Add healthcheck. Fixes #11
This commit is contained in:
7
root/healthcheck.sh
Normal file
7
root/healthcheck.sh
Normal 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
|
Reference in New Issue
Block a user