mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
added redis stack to docker-compose
This commit is contained in:
parent
ca5fbc3d5d
commit
dae603ec26
@ -22,3 +22,8 @@ services:
|
||||
- "3005:3005"
|
||||
env_file:
|
||||
- messaging.env
|
||||
redis:
|
||||
image: redis/redis-stack-server:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "6379:6379"
|
||||
|
Loading…
x
Reference in New Issue
Block a user