mirror of
https://github.com/Thumbscrew/matrix-homeserver-docker-compose.git
synced 2025-01-19 01:55:46 +00:00
remove synapse admin
Can be spin up separately if required
This commit is contained in:
parent
f2b37609db
commit
e803ea391b
@ -42,15 +42,3 @@ services:
|
|||||||
TZ: ${TZ}
|
TZ: ${TZ}
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
|
|
||||||
admin:
|
|
||||||
image: awesometechnologies/synapse-admin:latest
|
|
||||||
restart: unless-stopped
|
|
||||||
networks:
|
|
||||||
- frontend
|
|
||||||
ports:
|
|
||||||
- ${SYNAPSE_ADMIN_PORT}:80
|
|
||||||
environment:
|
|
||||||
REACT_APP_SERVER: https://${SERVER_NAME}
|
|
||||||
depends_on:
|
|
||||||
- synapse
|
|
||||||
|
Loading…
Reference in New Issue
Block a user