Jafner.net/homelab/stacks
Joey Hafner ef0049c4f0
Some checks are pending
Stacks CICD / Setup (push) Waiting to run
Add lazylibrarian to web network
2024-09-02 14:50:16 -07:00
..
ai
books Add lazylibrarian to web network 2024-09-02 14:50:16 -07:00
gitea-runner Switch from ..._TOKEN_FILE to ..._TOKEN 2024-08-29 20:30:16 -07:00
send
deploy.sh Create stacks folder 2024-09-02 13:30:25 -07:00
README.md

Stacks: Atomic Services using Docker Compose

Get a Stack (from source with Git)

STACK=ai
mkdir -p $HOME/stacks/$STACK
git clone -n --depth=1 --filter=tree:0 https://gitea.jafner.tools/Jafner/Jafner.net.git /tmp/repo
cd /tmp/repo
git sparse-checkout set --no-cone homelab/stacks/$STACK
git checkout
mv homelab/stacks/$STACK $HOME/stacks/
cd $HOME/stacks/$STACK
rm -rf /tmp/repo

This will clone the stack from the repo into a tmp directory, extract the stack to ~/stacks/$STACK, and then delete the temp clone.

  • This does not decrypt secrets.
  • This does not bring up the stack.
  • This does require Git.