From 99d4fa44b8b244dfb996b6d9566b77bd77099f00 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Mon, 21 Sep 2026 18:39:13 +0000 Subject: [PATCH] chore: upgrade impress to v5.7.0, nginx to 1.31.6, redis to 8.10.2, switch docspec image to ghcr.io/docspec/api:1.21.4 (port 3000) --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 6fec79b..bd4fae0 100644 --- a/compose.yml +++ b/compose.yml @@ -243,7 +243,7 @@ services: - postgres_p redis: - image: redis:8.10.1 + image: redis:8.10.2 healthcheck: test: ["CMD", "redis-cli", "ping"] interval: 15s