diff options
Diffstat (limited to 'misc/compose.yaml')
| -rw-r--r-- | misc/compose.yaml | 12 |
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: |
