From 0f2b9f666264efdb221c5a08ca652d413868fa83 Mon Sep 17 00:00:00 2001 From: Jacob Schlecht Date: Mon, 18 May 2026 18:48:29 -0600 Subject: [PATCH] chore: Update to v0.13.6 to get new RabbitMQ fixes (#283) Signed-off-by: Jacob Schlecht --- compose.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/compose.yml b/compose.yml index b8cee26..9692545 100644 --- a/compose.yml +++ b/compose.yml @@ -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: