aboutsummaryrefslogtreecommitdiffstats
path: root/compose.yaml
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2026-04-06 18:00:34 +0200
committerrtkay123 <dev@kanjala.com>2026-04-06 18:00:34 +0200
commitd575e966a422ea87508ef5370b2904f4818c6773 (patch)
tree171834a526674de5647631fbcb0aff1e0e7bdf9c /compose.yaml
parent3f708c5fffed105b27965f8e844a26de6bdf9662 (diff)
downloadsellershut-d575e966a422ea87508ef5370b2904f4818c6773.tar.bz2
sellershut-d575e966a422ea87508ef5370b2904f4818c6773.zip
feat(cache): connect
Diffstat (limited to 'compose.yaml')
-rw-r--r--compose.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/compose.yaml b/compose.yaml
index ceaa5fc..59b4021 100644
--- a/compose.yaml
+++ b/compose.yaml
@@ -21,6 +21,20 @@ services:
timeout: 5s
retries: 3
+ cache:
+ image: docker.io/valkey/valkey:9.0.3-alpine3.23
+ restart: always
+ ports:
+ - 6379:6379
+ networks:
+ - sellershut
+ healthcheck:
+ test: ["CMD", "valkey-cli", "ping"]
+ interval: 10s
+ timeout: 5s
+ retries: 5
+ start_period: 5s
+
volumes:
db:
driver: local