remove synapse admin

Can be spin up separately if required
This commit is contained in:
James 2022-02-21 13:14:42 +00:00
parent f2b37609db
commit e803ea391b
1 changed files with 0 additions and 12 deletions

View File

@ -42,15 +42,3 @@ 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: https://${SERVER_NAME}
depends_on:
- synapse