Initial server-stack setup

This commit is contained in:
JamBox
2026-02-15 20:04:18 -08:00
commit 7f14c826f2
10 changed files with 122 additions and 0 deletions

4
deploy.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
cd /home/$USER/server-stack
git pull origin main
docker compose up -d --build