feat: add restate

This commit is contained in:
Sun-ZhenXing
2025-11-03 20:16:08 +08:00
parent 2a18f63c88
commit eff0807a92
142 changed files with 1395 additions and 338 deletions

View File

@@ -1,4 +1,4 @@
x-default: &default
x-defaults: &defaults
restart: unless-stopped
logging:
driver: json-file
@@ -7,7 +7,7 @@ x-default: &default
max-file: "3"
x-valkey-node: &valkey-node
<<: *default
<<: *defaults
image: valkey/valkey:${VALKEY_VERSION:-8.0-alpine}
environment:
- TZ=${TZ:-UTC}
@@ -90,7 +90,7 @@ services:
- valkey_data_6:/data
valkey-cluster-init:
<<: *default
<<: *defaults
image: valkey/valkey:${VALKEY_VERSION:-8.0-alpine}
environment:
- TZ=${TZ:-UTC}