Update docker-compose.yml

This commit is contained in:
Tommy 2022-01-13 11:24:04 -05:00 committed by GitHub
parent 9e9fd247e3
commit 3f4152ae63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,13 @@ services:
- ./schemas:/var/lib/postgresql/data:Z
networks:
- matrix
redis:
image: redis:alpine
restart: always
container_name: redis
networks:
- matrix
element:
image: vectorim/element-web:latest