mirror of
https://github.com/ArcticFoxes-net/Synapse-Docker-Compose.git
synced 2024-10-01 08:25:44 -04:00
Update docker-compose.yml
This commit is contained in:
parent
407c73da04
commit
9f73042ed8
@ -35,13 +35,6 @@ 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
|
||||
@ -62,7 +55,7 @@ services:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- URL=yourdomain.tld
|
||||
- SUBDOMAINS=matrix,app,jitsi
|
||||
- SUBDOMAINS=matrix,app
|
||||
- VALIDATION=http
|
||||
- EMAIL=changeme@yourdomain.tld
|
||||
- ONLY_SUBDOMAINS=true
|
||||
|
Loading…
Reference in New Issue
Block a user