From d997eca2df4755bd8a4666e29faeec24724ca934 Mon Sep 17 00:00:00 2001 From: Jacob Schlecht Date: Fri, 24 Jul 2026 19:43:51 -0600 Subject: [PATCH] feat: Update to 0.14 services, update redis from keydb to valkey Signed-off-by: Jacob Schlecht --- compose.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/compose.yml b/compose.yml index cca0eb7..4aabcbb 100644 --- a/compose.yml +++ b/compose.yml @@ -16,7 +16,7 @@ services: # Redis: Event message broker & KV store redis: - image: docker.io/eqalpha/keydb + image: valkey/valkey:9-alpine restart: always # RabbitMQ: Internal message broker @@ -78,7 +78,7 @@ services: # API server api: - image: ghcr.io/stoatchat/api:v0.13.8 + image: ghcr.io/stoatchat/api:v0.14.3 env_file: secrets.env depends_on: database: @@ -95,7 +95,7 @@ services: # Events service events: - image: ghcr.io/stoatchat/events:v0.13.8 + image: ghcr.io/stoatchat/events:v0.14.3 env_file: secrets.env depends_on: database: @@ -110,7 +110,7 @@ services: # File server autumn: - image: ghcr.io/stoatchat/file-server:v0.13.8 + image: ghcr.io/stoatchat/file-server:v0.14.3 env_file: secrets.env depends_on: database: @@ -125,7 +125,7 @@ services: # Metadata and image proxy january: - image: ghcr.io/stoatchat/proxy:v0.13.8 + image: ghcr.io/stoatchat/proxy:v0.14.3 env_file: secrets.env volumes: - type: bind @@ -135,7 +135,7 @@ services: # Tenor proxy gifbox: - image: ghcr.io/stoatchat/gifbox:v0.13.8 + image: ghcr.io/stoatchat/gifbox:v0.14.3 env_file: secrets.env volumes: - type: bind @@ -145,7 +145,7 @@ services: # Regular task daemon crond: - image: ghcr.io/stoatchat/crond:v0.13.8 + image: ghcr.io/stoatchat/crond:v0.14.3 env_file: secrets.env depends_on: database: @@ -160,7 +160,7 @@ services: # Push notification daemon pushd: - image: ghcr.io/stoatchat/pushd:v0.13.8 + image: ghcr.io/stoatchat/pushd:v0.14.3 env_file: secrets.env depends_on: database: @@ -177,7 +177,7 @@ services: # Voice ingress daemon voice-ingress: - image: ghcr.io/stoatchat/voice-ingress:v0.13.8 + image: ghcr.io/stoatchat/voice-ingress:v0.14.3 env_file: secrets.env restart: always depends_on: @@ -222,7 +222,7 @@ services: # Web App web: - # for-web v0.10.0 - image: ghcr.io/stoatchat/for-web:746bee5 + # for-web v0.14.0 + image: ghcr.io/stoatchat/for-web:c7d39d1 restart: always env_file: .env.web \ No newline at end of file