10 Commits

Author SHA1 Message Date
Renovate Bot
c3f1e806af Update ghcr.io/homarr-labs/homarr Docker tag to v1.19.1 2025-05-10 00:00:59 +00:00
7df0322120 do not use broken version of the bot 2025-05-09 14:40:55 +00:00
0667415d61 Merge pull request 'Update stonith404/pingvin-share Docker tag to v1.12.0' (#112) from renovate/stonith404-pingvin-share-1.x into master
Reviewed-on: https://git.smittenfeld.nl/peter/homelab-docker-config/pulls/112
2025-05-08 06:57:07 +00:00
Renovate Bot
7cf4724c5f Update stonith404/pingvin-share Docker tag to v1.12.0 2025-05-08 00:01:09 +00:00
2546e88b3b Merge pull request 'Update ghcr.io/pocket-id/pocket-id Docker tag to v0.52.0' (#107) from renovate/ghcr.io-pocket-id-pocket-id-0.x into master
Reviewed-on: https://git.smittenfeld.nl/peter/homelab-docker-config/pulls/107
2025-05-07 07:40:46 +00:00
e7673f5994 Merge pull request 'Update matrixdotorg/synapse Docker tag to v1.129.0' (#111) from renovate/matrix into master
Reviewed-on: https://git.smittenfeld.nl/peter/homelab-docker-config/pulls/111
2025-05-07 07:04:58 +00:00
0d7947fb20 Merge pull request 'Update ghcr.io/element-hq/matrix-authentication-service Docker tag to v0.16.0' (#110) from renovate/ghcr.io-element-hq-matrix-authentication-service-0.x into master
Reviewed-on: https://git.smittenfeld.nl/peter/homelab-docker-config/pulls/110
2025-05-07 07:03:02 +00:00
Renovate Bot
fda23bb61e Update matrixdotorg/synapse Docker tag to v1.129.0 2025-05-07 00:01:34 +00:00
Renovate Bot
05e984cf5b Update ghcr.io/pocket-id/pocket-id Docker tag to v0.52.0 2025-05-07 00:01:30 +00:00
Renovate Bot
6198b56b94 Update ghcr.io/element-hq/matrix-authentication-service Docker tag to v0.16.0 2025-05-07 00:01:22 +00:00
4 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
services: services:
homarr: homarr:
container_name: 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 restart: unless-stopped
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock

View File

@@ -1,6 +1,6 @@
services: services:
pingvin: pingvin:
image: stonith404/pingvin-share:v1.11.1 image: stonith404/pingvin-share:v1.12.0
restart: unless-stopped restart: unless-stopped
ports: ports:
- 3042:3000 - 3042:3000

View File

@@ -1,6 +1,6 @@
services: services:
pocket-id: 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 restart: unless-stopped
env_file: .env env_file: .env
ports: ports:

View File

@@ -40,8 +40,8 @@ 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.0 image: dock.mau.dev/mautrix/whatsapp:v0.12.0
image: petersmit27/mautrix-whatsapp:latest #image: petersmit27/mautrix-whatsapp:latest
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ${MAUTRIX_WHATSAPP_DATA_DIR}:/data - ${MAUTRIX_WHATSAPP_DATA_DIR}:/data
@@ -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.15.0 image: ghcr.io/element-hq/matrix-authentication-service:0.16.0
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.128.0 image: matrixdotorg/synapse:v1.129.0
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ${SYNAPSE_CONFIG_DIR}:/data - ${SYNAPSE_CONFIG_DIR}:/data