chore: move to latest stoat stuff

pull/165/merge
Declan Chidlow 10 months ago
parent 1a426356b5
commit 31ff9e81c0

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

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

Loading…
Cancel
Save