Matrix: Add Cinny webclient deployment

This commit is contained in:
Tobias Manske 2023-03-09 12:53:22 +01:00
parent 2a084b37ea
commit b1758f29f8
Signed by: tobias
GPG Key ID: E83C743C1FC2F79A
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{
"defaultHomeserver": 0,
"homeserverList": [
"unruhig.eu",
"entropia.de",
"matrix.org",
"archlinux.org",
"kit.edu",
"mozilla.org"
],
"allowCustomHomeservers": true
}

View File

@ -89,6 +89,20 @@ services:
- gateway
- default
cinny:
image: ghcr.io/cinnyapp/cinny:latest
restart: unless-stopped
labels:
- "traefik.enable=true"
- "traefik.http.routers.matrix-cinny.rule=Host(`cinny.{{ matrix.baseurl }}`)"
- "traefik.http.routers.matrix-cinny.entryPoints=websecure"
- "traefik.http.services.matrix-cinny.loadbalancer.server.port=80"
volumes:
- ./cinny-config.json:/app/config.json:ro,Z
networks:
- gateway
- default
redis:
image: redis:latest
restart: unless-stopped