From 62ca1960ad01ab2ac7e417cbddd11dfab8d4ef8a Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Tue, 11 Mar 2025 11:17:47 -0700 Subject: [PATCH] 2025-03-11 --- matrix/docker-compose.yml | 10 ++++++---- matrix/matrix.env_template | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/matrix/docker-compose.yml b/matrix/docker-compose.yml index 38c1ae8..e06d717 100644 --- a/matrix/docker-compose.yml +++ b/matrix/docker-compose.yml @@ -16,11 +16,13 @@ services: - ${MATRIX_PORT}:8008/tcp restart: unless-stopped - riot-web: #matrix frontend https://hub.docker.com/r/bubuntux/riot-web - image: bubuntux/riot-web - container_name: riot_web + cinny: + image: ajbura/cinny + container_name: cinny + volumes: + - ${DATA_PATH}/cinny/data/config.json:/app/config.json ports: - - ${RIOT_PORT}:80 + - ${CINNY_PORT}:80 restart: unless-stopped synapse-postgresql: #matrix database https://hub.docker.com/_/postgres diff --git a/matrix/matrix.env_template b/matrix/matrix.env_template index 90ef413..72ef816 100644 --- a/matrix/matrix.env_template +++ b/matrix/matrix.env_template @@ -5,4 +5,4 @@ SYNAPSE_DB_PASS= #ports SYNAPSE_DB_PORT= MATRIX_PORT= -RIOT_PORT= +CINNY_PORT=