chore: Update to v0.13.6 to get new RabbitMQ fixes (#283)

Signed-off-by: Jacob Schlecht <dadadah@echoha.us>
This commit is contained in:
Jacob Schlecht
2026-05-18 18:48:29 -06:00
committed by GitHub
parent 5dfce6f3d4
commit 0f2b9f6662

View File

@@ -77,7 +77,7 @@ services:
# API server
api:
image: ghcr.io/stoatchat/api:v0.13.5
image: ghcr.io/stoatchat/api:v0.13.6
env_file: secrets.env
depends_on:
database:
@@ -94,7 +94,7 @@ services:
# Events service
events:
image: ghcr.io/stoatchat/events:v0.13.5
image: ghcr.io/stoatchat/events:v0.13.6
env_file: secrets.env
depends_on:
database:
@@ -109,7 +109,7 @@ services:
# File server
autumn:
image: ghcr.io/stoatchat/file-server:v0.13.5
image: ghcr.io/stoatchat/file-server:v0.13.6
env_file: secrets.env
depends_on:
database:
@@ -124,7 +124,7 @@ services:
# Metadata and image proxy
january:
image: ghcr.io/stoatchat/proxy:v0.13.5
image: ghcr.io/stoatchat/proxy:v0.13.6
env_file: secrets.env
volumes:
- type: bind
@@ -134,7 +134,7 @@ services:
# Tenor proxy
gifbox:
image: ghcr.io/stoatchat/gifbox:v0.13.5
image: ghcr.io/stoatchat/gifbox:v0.13.6
env_file: secrets.env
volumes:
- type: bind
@@ -144,7 +144,7 @@ services:
# Regular task daemon
crond:
image: ghcr.io/stoatchat/crond:v0.13.5
image: ghcr.io/stoatchat/crond:v0.13.6
env_file: secrets.env
depends_on:
database:
@@ -159,7 +159,7 @@ services:
# Push notification daemon
pushd:
image: ghcr.io/stoatchat/pushd:v0.13.5
image: ghcr.io/stoatchat/pushd:v0.13.6
env_file: secrets.env
depends_on:
database:
@@ -176,7 +176,7 @@ services:
# Voice ingress daemon
voice-ingress:
image: ghcr.io/stoatchat/voice-ingress:v0.13.5
image: ghcr.io/stoatchat/voice-ingress:v0.13.6
env_file: secrets.env
restart: always
depends_on: