From 31ff9e81c0c0618db82a3b413941f9a78126fbb7 Mon Sep 17 00:00:00 2001 From: Declan Chidlow Date: Mon, 6 Oct 2025 09:59:17 +0800 Subject: [PATCH] chore: move to latest stoat stuff --- Caddyfile | 7 +++++++ compose.yml | 23 ++++++++++++++++------- 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/Caddyfile b/Caddyfile index be9c385..b14a88d 100644 --- a/Caddyfile +++ b/Caddyfile @@ -27,5 +27,12 @@ } } + route /gifbox* { + uri strip_prefix /gifbox + reverse_proxy http://gifbox:14706 { + header_down Location "^/" "/gifbox/" + } + } + reverse_proxy http://web:5000 } diff --git a/compose.yml b/compose.yml index 618f04d..e3ab836 100644 --- a/compose.yml +++ b/compose.yml @@ -1,4 +1,4 @@ -name: revolt +name: stoat services: # MongoDB: Database @@ -73,7 +73,7 @@ services: # API server api: - image: ghcr.io/revoltchat/server:20250210-1 + image: ghcr.io/revoltchat/server:20250930-2 depends_on: database: condition: service_healthy @@ -89,7 +89,7 @@ services: # Events service events: - image: ghcr.io/revoltchat/bonfire:20250210-1 + image: ghcr.io/revoltchat/bonfire:20250930-2 depends_on: database: condition: service_healthy @@ -109,7 +109,7 @@ services: # File server autumn: - image: ghcr.io/revoltchat/autumn:20250210-1 + image: ghcr.io/revoltchat/autumn:20250930-2 depends_on: database: condition: service_healthy @@ -123,7 +123,16 @@ services: # Metadata and image proxy january: - image: ghcr.io/revoltchat/january:20250210-1 + image: ghcr.io/revoltchat/january:20250930-2 + volumes: + - type: bind + source: ./Revolt.toml + target: /Revolt.toml + restart: always + + # Tenor proxy + gifbox: + image: ghcr.io/revoltchat/gifbox:20250930-2 volumes: - type: bind source: ./Revolt.toml @@ -132,7 +141,7 @@ services: # Regular task daemon crond: - image: ghcr.io/revoltchat/crond:20250210-1-debug + image: ghcr.io/revoltchat/crond:20250930-2 depends_on: database: condition: service_healthy @@ -146,7 +155,7 @@ services: # Push notification daemon pushd: - image: ghcr.io/revoltchat/pushd:20250210-1 + image: ghcr.io/revoltchat/pushd:20250930-2 depends_on: database: condition: service_healthy