2025-03-11

This commit is contained in:
Penelope Gwen 2025-03-11 11:17:47 -07:00
parent 936263f5e1
commit 62ca1960ad
2 changed files with 7 additions and 5 deletions

View file

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

View file

@ -5,4 +5,4 @@ SYNAPSE_DB_PASS=
#ports
SYNAPSE_DB_PORT=
MATRIX_PORT=
RIOT_PORT=
CINNY_PORT=