chore: upgrade Node.js runtime to v24 across codebase #419

Merged
jason.woltje merged 438 commits from fix/auth-frontend-remediation into main 2026-02-17 01:04:47 +00:00
6 changed files with 6 additions and 6 deletions
Showing only changes of commit 899faba7e2 - Show all commits

View File

@@ -50,7 +50,7 @@ services:
command:
- valkey-server
- --maxmemory ${VALKEY_MAXMEMORY:-256mb}
- --maxmemory-policy allkeys-lru
- --maxmemory-policy noeviction
- --appendonly yes
volumes:
- valkey_data:/data

View File

@@ -61,7 +61,7 @@ services:
command:
- valkey-server
- --maxmemory ${VALKEY_MAXMEMORY:-256mb}
- --maxmemory-policy allkeys-lru
- --maxmemory-policy noeviction
- --appendonly yes
volumes:
- valkey_data:/data

View File

@@ -63,7 +63,7 @@ services:
command:
- valkey-server
- --maxmemory ${VALKEY_MAXMEMORY:-256mb}
- --maxmemory-policy allkeys-lru
- --maxmemory-policy noeviction
- --appendonly yes
volumes:
- valkey_data:/data

View File

@@ -44,7 +44,7 @@ services:
command:
- valkey-server
- --maxmemory ${VALKEY_MAXMEMORY:-256mb}
- --maxmemory-policy allkeys-lru
- --maxmemory-policy noeviction
- --appendonly yes
ports:
- "${VALKEY_PORT:-6379}:6379"

View File

@@ -46,7 +46,7 @@ services:
command:
- valkey-server
- --maxmemory ${VALKEY_MAXMEMORY:-256mb}
- --maxmemory-policy allkeys-lru
- --maxmemory-policy noeviction
- --appendonly yes
ports:
- "${VALKEY_PORT:-6379}:6379"

View File

@@ -50,7 +50,7 @@ services:
command:
- valkey-server
- --maxmemory ${VALKEY_MAXMEMORY:-256mb}
- --maxmemory-policy allkeys-lru
- --maxmemory-policy noeviction
- --appendonly yes
volumes:
- valkey_data:/data