docker: Recommend valkey

References: https://todo.xenrox.net/~xenrox/ntfy-alertmanager/24
This commit is contained in:
Thorben Günther 2024-11-06 15:06:29 +01:00
parent 652c8b32cd
commit dbe860e429
No known key found for this signature in database
GPG key ID: 415CD778D8C5AFED

View file

@ -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