Skip to content
Snippets Groups Projects
Commit 861c1da1 authored by ecobytes collective's avatar ecobytes collective
Browse files

update riot and synapse, add home config

parent 9393c578
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ version: '2' ...@@ -3,7 +3,7 @@ version: '2'
services: services:
riot: riot:
image: vectorim/riot-web:v1.5.6 image: vectorim/riot-web:develop
labels: labels:
- traefik.enable=true - traefik.enable=true
- traefik.backend=matrix-riot - traefik.backend=matrix-riot
...@@ -14,13 +14,14 @@ services: ...@@ -14,13 +14,14 @@ services:
- traefik.port=80 - traefik.port=80
volumes: volumes:
- /data/domains/matrix.allmende.io/riot/config.json:/app/config.json - /data/domains/matrix.allmende.io/riot/config.json:/app/config.json
- /data/domains/matrix.allmende.io/riot/riot-home/:/app/home/
logging: logging:
driver: none driver: none
networks: networks:
- web - web
synapse: synapse:
image: docker.io/matrixdotorg/synapse:v1.7.0 image: docker.io/matrixdotorg/synapse:v1.12.0
env_file: ["./synapse.env"] env_file: ["./synapse.env"]
labels: labels:
- traefik.enable=true - traefik.enable=true
......
...@@ -16,6 +16,12 @@ ...@@ -16,6 +16,12 @@
"showLabsSettings": true, "showLabsSettings": true,
"default_federate": true, "default_federate": true,
"disable_custom_urls": true,
"permalinkPrefix": "https://riot.allmende.io",
"embeddedPages": {
"homeUrl": "/home/index.html"
},
"welcomePageUrl": "home.html", "welcomePageUrl": "home.html",
"default_theme": "light", "default_theme": "light",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment