diff --git a/config.json b/config.json index 484c7cd..2e8f2a3 100644 --- a/config.json +++ b/config.json @@ -6,7 +6,8 @@ "matrix.org", "monero.social", "mozilla.org", - "xmr.se" + "xmr.se", + "noury.li" ], "allowCustomHomeservers": true, diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..2f21d9e --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,11 @@ +version: '3.9' +services: + cinny: + build: + context: . + dockerfile: Dockerfile + ports: + - '127.0.0.1:9999:80' + volumes: + - "./config.json:/src/config.json" +