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:
|
dendrite:
|
||||||
image: matrixdotorg/dendrite-monolith:latest
|
image: matrixdotorg/dendrite-monolith:latest
|
||||||
ports:
|
|
||||||
- 8008:8008
|
|
||||||
- 8448:8448
|
|
||||||
command: [
|
command: [
|
||||||
"--tls-cert=server.crt",
|
|
||||||
"--tls-key=server.pem",
|
|
||||||
"--config=/etc/dendrite/dendrite.yml"
|
"--config=/etc/dendrite/dendrite.yml"
|
||||||
]
|
]
|
||||||
|
environment:
|
||||||
|
- LETSENCRYPT_HOST=2d.ixvd.net
|
||||||
|
- VIRTUAL_HOST=2d.ixvd.net
|
||||||
|
- 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
|
||||||
depends_on:
|
depends_on:
|
||||||
- dendrite-pg
|
- dendrite-pg
|
||||||
networks:
|
networks:
|
||||||
|
- proxy
|
||||||
- internal
|
- internal
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue