feat: Upgrade for-web to v0.15.3 and services to v0.15.4

Signed-off-by: Jacob Schlecht <dadadah@echoha.us>
pull/302/head
Jacob Schlecht 2 weeks ago
parent ce5380e467
commit 7a6779434c

@ -78,7 +78,7 @@ services:
# API server
api:
image: ghcr.io/stoatchat/api:v0.15.1
image: ghcr.io/stoatchat/api:v0.15.4
env_file: secrets.env
depends_on:
database:
@ -95,7 +95,7 @@ services:
# Events service
events:
image: ghcr.io/stoatchat/events:v0.15.1
image: ghcr.io/stoatchat/events:v0.15.4
env_file: secrets.env
depends_on:
database:
@ -110,7 +110,7 @@ services:
# File server
autumn:
image: ghcr.io/stoatchat/file-server:v0.15.1
image: ghcr.io/stoatchat/file-server:v0.15.4
env_file: secrets.env
depends_on:
database:
@ -125,7 +125,7 @@ services:
# Metadata and image proxy
january:
image: ghcr.io/stoatchat/proxy:v0.15.1
image: ghcr.io/stoatchat/proxy:v0.15.4
env_file: secrets.env
volumes:
- type: bind
@ -135,7 +135,7 @@ services:
# Tenor proxy
gifbox:
image: ghcr.io/stoatchat/gifbox:v0.15.1
image: ghcr.io/stoatchat/gifbox:v0.15.4
env_file: secrets.env
volumes:
- type: bind
@ -145,7 +145,7 @@ services:
# Regular task daemon
crond:
image: ghcr.io/stoatchat/crond:v0.15.1
image: ghcr.io/stoatchat/crond:v0.15.4
env_file: secrets.env
depends_on:
database:
@ -160,7 +160,7 @@ services:
# Push notification daemon
pushd:
image: ghcr.io/stoatchat/pushd:v0.15.1
image: ghcr.io/stoatchat/pushd:v0.15.4
env_file: secrets.env
depends_on:
database:
@ -177,7 +177,7 @@ services:
# Voice ingress daemon
voice-ingress:
image: ghcr.io/stoatchat/voice-ingress:v0.15.1
image: ghcr.io/stoatchat/voice-ingress:v0.15.4
env_file: secrets.env
restart: always
depends_on:
@ -191,7 +191,7 @@ services:
target: /Revolt.toml
livekit:
image: ghcr.io/stoatchat/livekit-server:v1.9.13
image: ghcr.io/stoatchat/livekit-server:v1.9.14
depends_on:
redis:
condition: service_started
@ -222,7 +222,7 @@ services:
# Web App
web:
# for-web v0.14.1
image: ghcr.io/stoatchat/for-web:0c31cf0
# for-web v0.15.3
image: ghcr.io/stoatchat/for-web:4017c18
restart: always
env_file: .env.web
Loading…
Cancel
Save