From 5fd06614b16598133354b9f9a3c7596f67b80411 Mon Sep 17 00:00:00 2001 From: Celeste Date: Sat, 21 Feb 2026 01:59:50 +0000 Subject: [PATCH] Add Deploy.sh --- Deploy.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Deploy.sh diff --git a/Deploy.sh b/Deploy.sh new file mode 100644 index 0000000..5c1cd30 --- /dev/null +++ b/Deploy.sh @@ -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 \ No newline at end of file