1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 08:20:59 -04:00
Daggerbot-TS/docker-compose.yml

7 lines
156 B
YAML
Raw 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