Add synapse admin console

This commit is contained in:
Isaac Shoebottom 2024-06-14 18:21:59 -03:00
parent ab2dee6b9e
commit 055955dd7d

View File

@ -1,5 +1,12 @@
version: '3' version: '3'
services: services:
synapse-admin:
container_name: synapse-admin
hostname: synapse-admin
image: awesometechnologies/synapse-admin:latest
ports:
- "6168:80"
restart: unless-stopped
conduit: conduit:
container_name: conduit container_name: conduit
image: matrixconduit/matrix-conduit:latest image: matrixconduit/matrix-conduit:latest