docker: Recommend valkey
References: https://todo.xenrox.net/~xenrox/ntfy-alertmanager/24
This commit is contained in:
parent
652c8b32cd
commit
dbe860e429
1 changed files with 4 additions and 4 deletions
|
@ -8,10 +8,10 @@ services:
|
||||||
- 127.0.0.1:8080:8080
|
- 127.0.0.1:8080:8080
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
# Uncomment if you want to use redis as cache
|
# Uncomment if you want to use valkey as cache
|
||||||
# redis:
|
# valkey:
|
||||||
# image: redis:alpine
|
# image: valkey/valkey
|
||||||
# container_name: redis
|
# container_name: valkey
|
||||||
# restart: unless-stopped
|
# restart: unless-stopped
|
||||||
# volumes:
|
# volumes:
|
||||||
# - ./cache:/data
|
# - ./cache:/data
|
||||||
|
|
Loading…
Add table
Reference in a new issue