add docker-compose.yml and own instance
This commit is contained in:
parent
689adde8ae
commit
48fef454b8
2 changed files with 13 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
||||||
"matrix.org",
|
"matrix.org",
|
||||||
"monero.social",
|
"monero.social",
|
||||||
"mozilla.org",
|
"mozilla.org",
|
||||||
"xmr.se"
|
"xmr.se",
|
||||||
|
"noury.li"
|
||||||
],
|
],
|
||||||
"allowCustomHomeservers": true,
|
"allowCustomHomeservers": true,
|
||||||
|
|
||||||
|
|
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal 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"
|
||||||
|
|
Loading…
Reference in a new issue