2025-03-11
This commit is contained in:
parent
936263f5e1
commit
62ca1960ad
2 changed files with 7 additions and 5 deletions
|
@ -16,11 +16,13 @@ services:
|
||||||
- ${MATRIX_PORT}:8008/tcp
|
- ${MATRIX_PORT}:8008/tcp
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
riot-web: #matrix frontend https://hub.docker.com/r/bubuntux/riot-web
|
cinny:
|
||||||
image: bubuntux/riot-web
|
image: ajbura/cinny
|
||||||
container_name: riot_web
|
container_name: cinny
|
||||||
|
volumes:
|
||||||
|
- ${DATA_PATH}/cinny/data/config.json:/app/config.json
|
||||||
ports:
|
ports:
|
||||||
- ${RIOT_PORT}:80
|
- ${CINNY_PORT}:80
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
synapse-postgresql: #matrix database https://hub.docker.com/_/postgres
|
synapse-postgresql: #matrix database https://hub.docker.com/_/postgres
|
||||||
|
|
|
@ -5,4 +5,4 @@ SYNAPSE_DB_PASS=
|
||||||
#ports
|
#ports
|
||||||
SYNAPSE_DB_PORT=
|
SYNAPSE_DB_PORT=
|
||||||
MATRIX_PORT=
|
MATRIX_PORT=
|
||||||
RIOT_PORT=
|
CINNY_PORT=
|
||||||
|
|
Loading…
Add table
Reference in a new issue