chore: Update backend services to v0.15.5 (#303)

Signed-off-by: Jacob Schlecht <dadadah@echoha.us>
pull/306/head
Jacob Schlecht 2 weeks ago committed by GitHub
parent 3b48ccc722
commit ce69fe370d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -78,7 +78,7 @@ services:
# API server # API server
api: api:
image: ghcr.io/stoatchat/api:v0.15.4 image: ghcr.io/stoatchat/api:v0.15.5
env_file: secrets.env env_file: secrets.env
depends_on: depends_on:
database: database:
@ -95,7 +95,7 @@ services:
# Events service # Events service
events: events:
image: ghcr.io/stoatchat/events:v0.15.4 image: ghcr.io/stoatchat/events:v0.15.5
env_file: secrets.env env_file: secrets.env
depends_on: depends_on:
database: database:
@ -110,7 +110,7 @@ services:
# File server # File server
autumn: autumn:
image: ghcr.io/stoatchat/file-server:v0.15.4 image: ghcr.io/stoatchat/file-server:v0.15.5
env_file: secrets.env env_file: secrets.env
depends_on: depends_on:
database: database:
@ -125,7 +125,7 @@ services:
# Metadata and image proxy # Metadata and image proxy
january: january:
image: ghcr.io/stoatchat/proxy:v0.15.4 image: ghcr.io/stoatchat/proxy:v0.15.5
env_file: secrets.env env_file: secrets.env
volumes: volumes:
- type: bind - type: bind
@ -135,7 +135,7 @@ services:
# Tenor proxy # Tenor proxy
gifbox: gifbox:
image: ghcr.io/stoatchat/gifbox:v0.15.4 image: ghcr.io/stoatchat/gifbox:v0.15.5
env_file: secrets.env env_file: secrets.env
volumes: volumes:
- type: bind - type: bind
@ -145,7 +145,7 @@ services:
# Regular task daemon # Regular task daemon
crond: crond:
image: ghcr.io/stoatchat/crond:v0.15.4 image: ghcr.io/stoatchat/crond:v0.15.5
env_file: secrets.env env_file: secrets.env
depends_on: depends_on:
database: database:
@ -160,7 +160,7 @@ services:
# Push notification daemon # Push notification daemon
pushd: pushd:
image: ghcr.io/stoatchat/pushd:v0.15.4 image: ghcr.io/stoatchat/pushd:v0.15.5
env_file: secrets.env env_file: secrets.env
depends_on: depends_on:
database: database:
@ -177,7 +177,7 @@ services:
# Voice ingress daemon # Voice ingress daemon
voice-ingress: voice-ingress:
image: ghcr.io/stoatchat/voice-ingress:v0.15.4 image: ghcr.io/stoatchat/voice-ingress:v0.15.5
env_file: secrets.env env_file: secrets.env
restart: always restart: always
depends_on: depends_on:

Loading…
Cancel
Save