in between commit
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
This commit is contained in:
parent
bd907a0de1
commit
58fada76d1
2 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
synapse-admin:
|
synapse-admin:
|
||||||
image: awesometechnologies/synapse-admin:{{ .Chart.AppVersion }}:${SYNAPSE_ADMIN_VERSION}
|
image: awesometechnologies/synapse-admin:${SYNAPSE_ADMIN_VERSION}
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/synapse_data:/data
|
- /mnt/synapse_data:/data
|
||||||
- ./config:/config
|
- ./config:/config
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
server {
|
server {
|
||||||
|
|
||||||
listen 443 ssl http2;
|
listen 443 ssl;
|
||||||
listen [::]:443 ssl http2;
|
listen [::]:443 ssl;
|
||||||
|
|
||||||
|
http2;
|
||||||
|
|
||||||
ssl_certificate /ssl/chain.crt;
|
ssl_certificate /ssl/chain.crt;
|
||||||
ssl_certificate_key /ssl/certificate.keyplain;
|
ssl_certificate_key /ssl/certificate.keyplain;
|
||||||
|
|
Loading…
Reference in a new issue