update for snyapse admin
This commit is contained in:
parent
574ad5d60e
commit
79880dd69c
13 changed files with 34 additions and 3352 deletions
|
|
@ -1,16 +1,12 @@
|
|||
version: '3'
|
||||
services:
|
||||
synapse-admin:
|
||||
image: matrixdotorg/synapse:${SYNAPSE_VERSION}
|
||||
image: awesometechnologies/synapse-admin:{{ .Chart.AppVersion }}:${SYNAPSE_ADMIN_VERSION}
|
||||
volumes:
|
||||
- /mnt/synapse_data:/data
|
||||
- ./config:/config
|
||||
- /mnt/logs/synapse:/logs
|
||||
command:
|
||||
- run
|
||||
- --config-path=/config/homeserver.yaml
|
||||
restart: always
|
||||
container_name: synapse-main
|
||||
restart: unless-stopped
|
||||
container_name: synapse-admin
|
||||
|
||||
nginx:
|
||||
image: nginx:${NGINX_VERSION}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue