hmmmmmm
This commit is contained in:
parent
8a920f6229
commit
752ff108c3
1 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,12 @@ services:
|
||||||
command: [
|
command: [
|
||||||
"--config=/etc/dendrite/dendrite.yml"
|
"--config=/etc/dendrite/dendrite.yml"
|
||||||
]
|
]
|
||||||
|
environment:
|
||||||
|
- LETSENCRYPT_HOST=ixvd.net
|
||||||
|
- VIRTUAL_HOST=ixvd.net
|
||||||
|
- VIRTUAL_PATH=/_matrix
|
||||||
|
- VIRTUAL_DEST=/
|
||||||
|
- VIRTUAL_PORT=8008
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/dendrite/config:/etc/dendrite
|
- /srv/dendrite/config:/etc/dendrite
|
||||||
- /srv/dendrite/data:/var/dendrite/media
|
- /srv/dendrite/data:/var/dendrite/media
|
||||||
|
|
Reference in a new issue