new dendrite config
This commit is contained in:
parent
84b67ff9d3
commit
92f6d9715d
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"
|
||||||
]
|
]
|
||||||
|
envirnoment:
|
||||||
|
- VIRTUAL_HOST=dendrite.neo.ixvd.net
|
||||||
|
- LETSENCRYPT_HOST=dendrite.neo.ixvd.net
|
||||||
|
- VIRTUAL_PORT=8008
|
||||||
|
ports:
|
||||||
|
- 8448:8448
|
||||||
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