From 0ea3cb1d4743b922fbc6e07037096e75caffba8f Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Mon, 2 Feb 2026 22:29:43 +0200 Subject: feat: authorised path --- misc/compose.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'misc') 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: -- cgit v1.2.3