mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
added redis stack to docker-compose
This commit is contained in:
parent
0fa0af0636
commit
173734cfa5
@ -21,4 +21,9 @@ services:
|
||||
ports:
|
||||
- "3005:3005"
|
||||
env_file:
|
||||
- messaging.env
|
||||
- messaging.env
|
||||
redis:
|
||||
image: redis/redis-stack-server:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "6379:6379"
|
||||
|
Loading…
x
Reference in New Issue
Block a user