1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 08:20:58 -05:00
Daggerbot-TS/docker-compose.yml

7 lines
156 B
YAML
Raw Permalink Normal View History

2023-10-02 18:40:03 -04:00
services:
cache:
container_name: redis-cache
image: redis/redis-stack-server:7.2.0-v2
2023-10-02 18:53:59 -04:00
restart: unless-stopped
2023-10-02 18:40:03 -04:00
ports:
- 6379:6379/tcp