Compare commits
5 Commits
af5f4ddf9c
...
b9856e16db
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b9856e16db | ||
| 9628167fb9 | |||
| ca6353f375 | |||
|
|
cfc8bcd306 | ||
|
|
96fa190d52 |
@@ -53,7 +53,7 @@ services:
|
||||
- '-target=all'
|
||||
|
||||
alloy:
|
||||
image: grafana/alloy:v1.13.2
|
||||
image: grafana/alloy:v1.14.1
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "12345:12345"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
pocket-id:
|
||||
image: ghcr.io/pocket-id/pocket-id:v2.3.0
|
||||
image: ghcr.io/pocket-id/pocket-id:v2.4.0
|
||||
restart: always
|
||||
env_file: .env
|
||||
ports:
|
||||
|
||||
@@ -13,7 +13,7 @@ services:
|
||||
ports:
|
||||
- 8071:8080
|
||||
element-call-livekit:
|
||||
image: livekit/livekit-server:v1.9.11
|
||||
image: livekit/livekit-server:v1.9.12
|
||||
command: --config /etc/livekit.yaml
|
||||
ports:
|
||||
- "7880:7880/tcp"
|
||||
@@ -25,7 +25,7 @@ services:
|
||||
- ${LIVEKIT_CONFIG_DIR}/config.yaml:/etc/livekit.yaml:ro
|
||||
mautrix-signal:
|
||||
container_name: mautrix-signal
|
||||
image: dock.mau.dev/mautrix/signal:v0.2602.1
|
||||
image: dock.mau.dev/mautrix/signal:v0.2602.2
|
||||
restart: always
|
||||
volumes:
|
||||
- ${MAUTRIX_SIGNAL_DATA_DIR}:/data
|
||||
@@ -61,7 +61,7 @@ services:
|
||||
ports:
|
||||
- 5440:5432
|
||||
mas:
|
||||
image: ghcr.io/element-hq/matrix-authentication-service:1.12.0
|
||||
image: ghcr.io/element-hq/matrix-authentication-service:1.13.0
|
||||
restart: always
|
||||
working_dir: /config
|
||||
volumes:
|
||||
@@ -97,7 +97,7 @@ services:
|
||||
- 5442:5432
|
||||
synapse:
|
||||
container_name: synapse
|
||||
image: matrixdotorg/synapse:v1.148.0
|
||||
image: matrixdotorg/synapse:v1.149.0
|
||||
restart: always
|
||||
volumes:
|
||||
- ${SYNAPSE_CONFIG_DIR}:/data
|
||||
|
||||
Reference in New Issue
Block a user