Stoat deployment

This commit is contained in:
Antonin Ruan
2026-02-12 20:40:39 +01:00
parent c258a1d09e
commit 8d435f9f30
11 changed files with 1901 additions and 0 deletions
+76
View File
@@ -0,0 +1,76 @@
domain = "ruan.fr"
livekit = {
image = "livekit/livekit-server"
version = "latest"
api_key = "APIK9RyTCqWEzwc"
}
minio = {
image = "docker.io/minio/minio"
version = "latest"
user = "minio"
}
mongo = {
image = "docker.io/mongo"
version = "latest"
}
rabbit = {
image = "docker.io/rabbitmq"
version = "latest"
user = "rabbit"
}
redis = {
image = "docker.io/eqalpha/keydb"
version = "latest"
}
smtp = {
host = "smtp.tem.scaleway.com"
username = "0405a864-c52f-4a58-9dff-05560e22978b"
password = ""
from = "noreply@ruan.fr"
}
stoat = {
subdomain = "chat"
api = {
image = "ghcr.io/stoatchat/api"
version = "v0.11.0"
}
events = {
image = "ghcr.io/stoatchat/events"
version = "v0.11.0"
}
autumn = {
image = "ghcr.io/stoatchat/file-server"
version = "v0.11.0"
}
january = {
image = "ghcr.io/stoatchat/proxy"
version = "v0.11.0"
}
gifbox = {
image = "ghcr.io/stoatchat/gifbox"
version = "v0.11.0"
}
crond = {
image = "ghcr.io/stoatchat/crond"
version = "v0.11.0"
}
pushd = {
image = "ghcr.io/stoatchat/pushd"
version = "v0.11.0"
}
voice_ingress = {
image = "ghcr.io/stoatchat/voice-ingress"
version = "v0.11.0"
}
web = {
image = "antoninruan/stoat-client"
version = "v0.1.2"
}
}