mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 12:21:00 -05:00
7 lines
156 B
YAML
7 lines
156 B
YAML
services:
|
|
cache:
|
|
container_name: redis-cache
|
|
image: redis/redis-stack-server:7.2.0-v2
|
|
restart: unless-stopped
|
|
ports:
|
|
- 6379:6379/tcp |