aboutsummaryrefslogtreecommitdiffstats
path: root/misc/compose.yaml
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2026-02-02 22:29:43 +0200
committerrtkay123 <dev@kanjala.com>2026-02-02 22:29:43 +0200
commit0ea3cb1d4743b922fbc6e07037096e75caffba8f (patch)
tree22581bb5b3438bcf98a9be1c53646fb09c7aec4f /misc/compose.yaml
parentcdcf6a4caa66095c07ef9d6d3ebc7c795a046e1e (diff)
downloadsellershut-0ea3cb1d4743b922fbc6e07037096e75caffba8f.tar.bz2
sellershut-0ea3cb1d4743b922fbc6e07037096e75caffba8f.zip
feat: authorised path
Diffstat (limited to 'misc/compose.yaml')
-rw-r--r--misc/compose.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/compose.yaml b/misc/compose.yaml
index 1fccb81..8ef5d6c 100644
--- a/misc/compose.yaml
+++ b/misc/compose.yaml
@@ -27,6 +27,18 @@ services:
- 8080:8080
networks:
- sellershut
+ depends_on:
+ database:
+ condition: service_healthy
+ restart: true
+
+ cache:
+ image: docker.io/valkey/valkey:9.0.1-alpine
+ restart: always
+ ports:
+ - 6379:6379
+ networks:
+ - sellershut
volumes:
db: