dendrite to 2d.ixvd.net
This commit is contained in:
parent
121a49653d
commit
d58644b5c4
1 changed files with 5 additions and 5 deletions
|
@ -87,20 +87,20 @@ services:
|
|||
|
||||
dendrite:
|
||||
image: matrixdotorg/dendrite-monolith:latest
|
||||
ports:
|
||||
- 8008:8008
|
||||
- 8448:8448
|
||||
command: [
|
||||
"--tls-cert=server.crt",
|
||||
"--tls-key=server.pem",
|
||||
"--config=/etc/dendrite/dendrite.yml"
|
||||
]
|
||||
environment:
|
||||
- LETSENCRYPT_HOST=2d.ixvd.net
|
||||
- VIRTUAL_HOST=2d.ixvd.net
|
||||
- VIRTUAL_PORT=8008
|
||||
volumes:
|
||||
- /srv/dendrite/config:/etc/dendrite
|
||||
- /srv/dendrite/data:/var/dendrite/media
|
||||
depends_on:
|
||||
- dendrite-pg
|
||||
networks:
|
||||
- proxy
|
||||
- internal
|
||||
|
||||
|
||||
|
|
Reference in a new issue