mirror of
https://github.com/dustinbrun/docker-compose-homeserver.git
synced 2025-12-30 06:03:22 +01:00
Version 1
This commit is contained in:
16
matrix-extensions/docker-compose.yml
Normal file
16
matrix-extensions/docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
version: "2"
|
||||
|
||||
services:
|
||||
element-web:
|
||||
image: vectorim/element-web
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./element-web-config/config.json:/app/config.json
|
||||
ports:
|
||||
- "91:80"
|
||||
|
||||
synapse-admin:
|
||||
image: awesometechnologies/synapse-admin
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "92:80"
|
||||
Reference in New Issue
Block a user