feat(kafka): add Valkey host port forward for local access

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ashisgreat22 2026-03-22 00:21:35 +00:00
parent 4a1d92f653
commit 6d97173bd1

View file

@ -98,6 +98,7 @@ in
"--network=searxng-net" "--network=searxng-net"
"--network-alias=valkey" "--network-alias=valkey"
]; ];
ports = [ "127.0.0.1:6379:6379" ];
}; };
# SearXNG Container # SearXNG Container