mirror of
https://github.com/qwerinope/qweribot.git
synced 2025-12-18 23:01:38 +01:00
8 lines
124 B
YAML
8 lines
124 B
YAML
services:
|
|
valkey:
|
|
image: valkey/valkey:alpine
|
|
container_name: valkey
|
|
ports:
|
|
- 6379:6379
|
|
restart: no
|