Compare commits
10 Commits
cf73c56e2c
...
c3f1e806af
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c3f1e806af | ||
| 7df0322120 | |||
| 0667415d61 | |||
|
|
7cf4724c5f | ||
| 2546e88b3b | |||
| e7673f5994 | |||
| 0d7947fb20 | |||
|
|
fda23bb61e | ||
|
|
05e984cf5b | ||
|
|
6198b56b94 |
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
homarr:
|
||||
container_name: homarr
|
||||
image: ghcr.io/homarr-labs/homarr:v1.18.0
|
||||
image: ghcr.io/homarr-labs/homarr:v1.19.1
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
pingvin:
|
||||
image: stonith404/pingvin-share:v1.11.1
|
||||
image: stonith404/pingvin-share:v1.12.0
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 3042:3000
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
pocket-id:
|
||||
image: ghcr.io/pocket-id/pocket-id:v0.51.0
|
||||
image: ghcr.io/pocket-id/pocket-id:v0.52.0
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
ports:
|
||||
|
||||
@@ -40,8 +40,8 @@ services:
|
||||
POSTGRES_PASSWORD: ${MAUTRIX_SIGNAL_POSTGRES_PASSWORD}
|
||||
mautrix-whatsapp:
|
||||
container_name: mautrix-whatsapp
|
||||
#image: dock.mau.dev/mautrix/whatsapp:v0.12.0
|
||||
image: petersmit27/mautrix-whatsapp:latest
|
||||
image: dock.mau.dev/mautrix/whatsapp:v0.12.0
|
||||
#image: petersmit27/mautrix-whatsapp:latest
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${MAUTRIX_WHATSAPP_DATA_DIR}:/data
|
||||
@@ -57,7 +57,7 @@ services:
|
||||
POSTGRES_USER: ${MAUTRIX_WHATSAPP_POSTGRES_USER}
|
||||
POSTGRES_PASSWORD: ${MAUTRIX_WHATSAPP_POSTGRES_PASSWORD}
|
||||
mas:
|
||||
image: ghcr.io/element-hq/matrix-authentication-service:0.15.0
|
||||
image: ghcr.io/element-hq/matrix-authentication-service:0.16.0
|
||||
restart: unless-stopped
|
||||
working_dir: /config
|
||||
volumes:
|
||||
@@ -89,7 +89,7 @@ services:
|
||||
POSTGRES_INITDB_ARGS: '--encoding=UTF-8 --locale=C'
|
||||
synapse:
|
||||
container_name: synapse
|
||||
image: matrixdotorg/synapse:v1.128.0
|
||||
image: matrixdotorg/synapse:v1.129.0
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${SYNAPSE_CONFIG_DIR}:/data
|
||||
|
||||
Reference in New Issue
Block a user