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 reverse_proxy http://web:5000
} }

@ -1,4 +1,4 @@
name: revolt name: stoat
services: services:
# MongoDB: Database # MongoDB: Database
@ -73,7 +73,7 @@ services:
# API server # API server
api: api:
image: ghcr.io/revoltchat/server:20250210-1 image: ghcr.io/revoltchat/server:20250930-2
depends_on: depends_on:
database: database:
condition: service_healthy condition: service_healthy
@ -89,7 +89,7 @@ services:
# Events service # Events service
events: events:
image: ghcr.io/revoltchat/bonfire:20250210-1 image: ghcr.io/revoltchat/bonfire:20250930-2
depends_on: depends_on:
database: database:
condition: service_healthy condition: service_healthy
@ -109,7 +109,7 @@ services:
# File server # File server
autumn: autumn:
image: ghcr.io/revoltchat/autumn:20250210-1 image: ghcr.io/revoltchat/autumn:20250930-2
depends_on: depends_on:
database: database:
condition: service_healthy condition: service_healthy
@ -123,7 +123,16 @@ services:
# Metadata and image proxy # Metadata and image proxy
january: 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: volumes:
- type: bind - type: bind
source: ./Revolt.toml source: ./Revolt.toml
@ -132,7 +141,7 @@ services:
# Regular task daemon # Regular task daemon
crond: crond:
image: ghcr.io/revoltchat/crond:20250210-1-debug image: ghcr.io/revoltchat/crond:20250930-2
depends_on: depends_on:
database: database:
condition: service_healthy condition: service_healthy
@ -146,7 +155,7 @@ services:
# Push notification daemon # Push notification daemon
pushd: pushd:
image: ghcr.io/revoltchat/pushd:20250210-1 image: ghcr.io/revoltchat/pushd:20250930-2
depends_on: depends_on:
database: database:
condition: service_healthy condition: service_healthy

Loading…
Cancel
Save