add docker-compose.yml and own instance

This commit is contained in:
noury 2024-02-11 00:45:05 +01:00
parent 689adde8ae
commit 48fef454b8
2 changed files with 13 additions and 1 deletions

View file

@ -6,7 +6,8 @@
"matrix.org",
"monero.social",
"mozilla.org",
"xmr.se"
"xmr.se",
"noury.li"
],
"allowCustomHomeservers": true,

11
docker-compose.yml Normal file
View file

@ -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"