feat(all): first commit

This commit is contained in:
2023-06-13 09:12:30 +02:00
commit e4b3270874
24 changed files with 783 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#!/bin/sh
set -eu
for CHECK in $@; do
/bin/sh "/usr/local/share/cadoles-symfony/healthcheck/check-${CHECK}.sh"
done

View File

@ -0,0 +1,5 @@
#!/bin/sh
set -eu
wget --quiet --tries=1 --spider 127.0.0.1:8090/healthcheck || exit 1;

View File

@ -0,0 +1,5 @@
#!/bin/sh
set -eu
# TODO