fix: update license information to GNU GPL v3 in README, package.json, and package-lock.json
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m7s
Build & Push Docker Image / build (release) Successful in 6m14s

fix: Add valkey to compose in case system is too old for DragonflyDB
This commit is contained in:
2026-03-13 12:11:32 +01:00
parent 5731e6a9a8
commit e43e7f5fc5
4 changed files with 20 additions and 1 deletions

View File

@@ -46,9 +46,26 @@ services:
networks:
- backend
# Use valkey, if your system is too old for DragonflyDB
# valkey:
# image: valkey/valkey:9
# restart: unless-stopped
# ulimits:
# memlock: -1
# volumes:
# - valkeydata:/data
# healthcheck:
# test: ["CMD", "redis-cli", "-p", "6379", "ping"]
# interval: 5s
# timeout: 5s
# retries: 5
# networks:
# - backend
volumes:
pgdata:
dragonflydata:
#valkeydata:
networks:
frontend: