|
|
|
@@ -25,7 +25,7 @@ services:
|
|
|
|
- ${LIVEKIT_CONFIG_DIR}/config.yaml:/etc/livekit.yaml:ro
|
|
|
|
- ${LIVEKIT_CONFIG_DIR}/config.yaml:/etc/livekit.yaml:ro
|
|
|
|
mautrix-signal:
|
|
|
|
mautrix-signal:
|
|
|
|
container_name: mautrix-signal
|
|
|
|
container_name: mautrix-signal
|
|
|
|
image: dock.mau.dev/mautrix/signal:v0.8.3
|
|
|
|
image: dock.mau.dev/mautrix/signal:v0.8.4
|
|
|
|
restart: unless-stopped
|
|
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|
- ${MAUTRIX_SIGNAL_DATA_DIR}:/data
|
|
|
|
- ${MAUTRIX_SIGNAL_DATA_DIR}:/data
|
|
|
|
@@ -40,7 +40,7 @@ services:
|
|
|
|
POSTGRES_PASSWORD: ${MAUTRIX_SIGNAL_POSTGRES_PASSWORD}
|
|
|
|
POSTGRES_PASSWORD: ${MAUTRIX_SIGNAL_POSTGRES_PASSWORD}
|
|
|
|
mautrix-whatsapp:
|
|
|
|
mautrix-whatsapp:
|
|
|
|
container_name: mautrix-whatsapp
|
|
|
|
container_name: mautrix-whatsapp
|
|
|
|
image: dock.mau.dev/mautrix/whatsapp:v0.12.1
|
|
|
|
image: dock.mau.dev/mautrix/whatsapp:v0.12.2
|
|
|
|
#image: petersmit27/mautrix-whatsapp:latest
|
|
|
|
#image: petersmit27/mautrix-whatsapp:latest
|
|
|
|
restart: unless-stopped
|
|
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|
@@ -57,7 +57,7 @@ services:
|
|
|
|
POSTGRES_USER: ${MAUTRIX_WHATSAPP_POSTGRES_USER}
|
|
|
|
POSTGRES_USER: ${MAUTRIX_WHATSAPP_POSTGRES_USER}
|
|
|
|
POSTGRES_PASSWORD: ${MAUTRIX_WHATSAPP_POSTGRES_PASSWORD}
|
|
|
|
POSTGRES_PASSWORD: ${MAUTRIX_WHATSAPP_POSTGRES_PASSWORD}
|
|
|
|
mas:
|
|
|
|
mas:
|
|
|
|
image: ghcr.io/element-hq/matrix-authentication-service:0.16.0
|
|
|
|
image: ghcr.io/element-hq/matrix-authentication-service:0.17.1
|
|
|
|
restart: unless-stopped
|
|
|
|
restart: unless-stopped
|
|
|
|
working_dir: /config
|
|
|
|
working_dir: /config
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|
@@ -89,7 +89,7 @@ services:
|
|
|
|
POSTGRES_INITDB_ARGS: '--encoding=UTF-8 --locale=C'
|
|
|
|
POSTGRES_INITDB_ARGS: '--encoding=UTF-8 --locale=C'
|
|
|
|
synapse:
|
|
|
|
synapse:
|
|
|
|
container_name: synapse
|
|
|
|
container_name: synapse
|
|
|
|
image: matrixdotorg/synapse:v1.131.0
|
|
|
|
image: matrixdotorg/synapse:v1.132.0
|
|
|
|
restart: unless-stopped
|
|
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|
- ${SYNAPSE_CONFIG_DIR}:/data
|
|
|
|
- ${SYNAPSE_CONFIG_DIR}:/data
|
|
|
|
|