mirror of
https://github.com/hexastack/hexabot
synced 2024-11-22 17:48:21 +00:00
8 lines
115 B
YAML
8 lines
115 B
YAML
|
version: "3.8"
|
||
|
|
||
|
services:
|
||
|
redis:
|
||
|
image: redis/redis-stack:7.2.0-v6
|
||
|
ports:
|
||
|
- ${APP_REDIS_PORT}:8001
|