chore: move to latest stoat stuff

This commit is contained in:
Declan Chidlow
2025-10-06 09:59:17 +08:00
parent 1a426356b5
commit 31ff9e81c0
2 changed files with 23 additions and 7 deletions

View File

@@ -27,5 +27,12 @@
}
}
route /gifbox* {
uri strip_prefix /gifbox
reverse_proxy http://gifbox:14706 {
header_down Location "^/" "/gifbox/"
}
}
reverse_proxy http://web:5000
}

View File

@@ -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