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=