generated from oci/template
it builds, but does it run?
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 16m30s
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 16m30s
This commit is contained in:
parent
d93ecd2627
commit
bfc790355a
10 changed files with 801 additions and 23 deletions
4
scripts/healthcheck.sh
Executable file
4
scripts/healthcheck.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
# Simple healthcheck - check if the FTS process is running
|
||||
pgrep -f "FreeTAKServer" > /dev/null
|
||||
exit $?
|
Loading…
Add table
Add a link
Reference in a new issue