hrr.
This commit is contained in:
parent
c903d60cb5
commit
02817b0a9e
2 changed files with 0 additions and 8 deletions
|
@ -6,12 +6,6 @@ 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=/_matrix
|
|
||||||
- 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
|
||||||
|
|
|
@ -20,8 +20,6 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- VIRTUAL_HOST=ixvd.net
|
- VIRTUAL_HOST=ixvd.net
|
||||||
- VIRTUAL_PATH=/
|
|
||||||
- VIRTUAL_DEST=/
|
|
||||||
- LETSENCRYPT_HOST=ixvd.net
|
- LETSENCRYPT_HOST=ixvd.net
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
|
|
Reference in a new issue