mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
redis/valkey cache
This commit is contained in:
@@ -82,6 +82,15 @@ services:
|
||||
# networks:
|
||||
# - invoiceninja
|
||||
#
|
||||
valkey:
|
||||
image: valkey/valkey:8
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: [ "CMD", "valkey-cli", "ping" ]
|
||||
start_period: 10s
|
||||
networks:
|
||||
- invoiceninja
|
||||
logging: *default-logging
|
||||
|
||||
networks:
|
||||
invoiceninja:
|
||||
|
||||
Reference in New Issue
Block a user