mirror of
https://github.com/Thumbscrew/matrix-homeserver-docker-compose.git
synced 2025-01-18 17:45:46 +00:00
add synapse admin
This commit is contained in:
parent
b581fa319a
commit
0822c4ced6
@ -11,5 +11,8 @@ UID=991
|
||||
GID=991
|
||||
TZ=UTC
|
||||
|
||||
# synapse admin
|
||||
SYNAPSE_ADMIN_PORT=8080
|
||||
|
||||
# postgres
|
||||
POSTGRESQL_IMAGE_TAG=14
|
||||
|
@ -42,3 +42,15 @@ services:
|
||||
TZ: ${TZ}
|
||||
depends_on:
|
||||
- postgres
|
||||
|
||||
admin:
|
||||
image: awesometechnologies/synapse-admin:latest
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- frontend
|
||||
ports:
|
||||
- ${SYNAPSE_ADMIN_PORT}:80
|
||||
environment:
|
||||
REACT_APP_SERVER: ${SERVER_NAME}
|
||||
depends_on:
|
||||
- synapse
|
||||
|
Loading…
Reference in New Issue
Block a user