init
This commit is contained in:
commit
27c4191be8
17 changed files with 730 additions and 0 deletions
13
bin/start-services.sh
Executable file
13
bin/start-services.sh
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
if [ -n "${DEBUGDEPLOY:-}" ]; then
|
||||
printf 'DEBUGDEPLOY is set; skipping startup and waiting indefinitely.\n' >&2
|
||||
exec sleep infinity
|
||||
fi
|
||||
|
||||
/usr/local/bin/prepare-caddy.sh
|
||||
/usr/local/bin/prepare-forgejo.sh
|
||||
/usr/local/bin/initialize-forgejo.sh
|
||||
|
||||
exec /usr/local/bin/hivemind /etc/Procfile
|
||||
Loading…
Add table
Add a link
Reference in a new issue