Initial commit (I feel unsafe)
This commit is contained in:
11
stirling_server-setup
Normal file
11
stirling_server-setup
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo -e "\n[+] setting up stirling-pdf\n\n-------\n"
|
||||
|
||||
# shellcheck source=stirling_server-env
|
||||
. "${HOME}"/"${USER}"-env
|
||||
|
||||
mkdir -p "${VOLUME_PATH}"
|
||||
envsubst <"${HOME}"/"${USER}"-compose_template.yaml >"${HOME}"/"${USER}"-compose.yaml
|
||||
|
||||
sudo docker compose -f "${HOME}"/"${USER}"-compose.yaml up -d
|
||||
Reference in New Issue
Block a user