Add Deploy.sh

This commit is contained in:
2026-02-21 01:59:50 +00:00
parent 91943990fb
commit 5fd06614b1

10
Deploy.sh Normal file
View File

@@ -0,0 +1,10 @@
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
git clone https://github.com/stoatchat/self-hosted.git stoat
cd stoat
chmod +x ./generate_config.sh
./generate_config.sh your.domain.com
docker compose up -d