mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-28 06:50:26 +00:00
remove redis, since we dont use it
This commit is contained in:
@@ -44,15 +44,10 @@ services:
|
||||
networks:
|
||||
- ecbackend
|
||||
|
||||
redis:
|
||||
image: redis:6-alpine
|
||||
pull_policy: always
|
||||
command: redis-server /etc/redis.conf
|
||||
ports:
|
||||
# HOST_PORT:CONTAINER_PORT
|
||||
- 6379:6379
|
||||
volumes:
|
||||
- ./backend/redis.conf:/etc/redis.conf:Z
|
||||
networks:
|
||||
- ecbackend
|
||||
|
||||
|
||||
Reference in New Issue
Block a user