5 Commits

Author SHA1 Message Date
Renovate Bot
6c855009d6 Update postgres Docker tag to v18 2025-12-18 00:01:57 +00:00
1f541189a6 Update docker-compose.yml 2025-12-17 13:29:25 +00:00
d706fcdcd8 Update spliit/docker-compose.yml 2025-12-17 13:26:21 +00:00
819f145200 Merge pull request 'Update Matrix' (#231) from renovate/matrix into master
Reviewed-on: https://git.smittenfeld.nl/peter/homelab-docker-config/pulls/231
2025-12-17 07:53:07 +00:00
Renovate Bot
6aec3c1f25 Update Matrix 2025-12-17 00:01:39 +00:00
5 changed files with 10 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ services:
# PostgreSQL database service # PostgreSQL database service
audiomuse-ai-postgres: audiomuse-ai-postgres:
image: postgres:15-alpine image: postgres:18-alpine
container_name: audiomuse-postgres container_name: audiomuse-postgres
env_file: env_file:
- .env - .env

View File

@@ -10,7 +10,7 @@ include:
- pihole/docker-compose.yml - pihole/docker-compose.yml
- pingvin/docker-compose.yml - pingvin/docker-compose.yml
- pocketid/docker-compose.yml - pocketid/docker-compose.yml
# - spliit/docker-compose.yml - spliit/docker-compose.yml
- shlink/docker-compose.yml - shlink/docker-compose.yml
- synapse/docker-compose.yml - synapse/docker-compose.yml
- updater/docker-compose.yml - updater/docker-compose.yml

View File

@@ -18,7 +18,7 @@ services:
depends_on: depends_on:
- shlink_db - shlink_db
shlink_db: shlink_db:
image: postgres:17 image: postgres:18
container_name: shlink_db container_name: shlink_db
restart: always restart: always
volumes: volumes:

View File

@@ -1,6 +1,7 @@
services: services:
spliit: spliit:
image: ghcr.io/spliit-app/spliit:1.19.1 #image: ghcr.io/spliit-app/spliit:1.19.1
image: petersmit27/spliit:latest
restart: always restart: always
ports: ports:
- 3001:3000 - 3001:3000
@@ -15,7 +16,7 @@ services:
POSTGRES_USER: ${SPLIIT_POSTGRES_USER} POSTGRES_USER: ${SPLIIT_POSTGRES_USER}
POSTGRES_PASSWORD: ${SPLIIT_POSTGRES_PASSWORD} POSTGRES_PASSWORD: ${SPLIIT_POSTGRES_PASSWORD}
spliit_db: spliit_db:
image: postgres:17 image: postgres:18
restart: always restart: always
volumes: volumes:
- ${SPLIIT_POSTGRES_DIR}:/var/lib/postgresql/data - ${SPLIIT_POSTGRES_DIR}:/var/lib/postgresql/data

View File

@@ -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.2511.0 image: dock.mau.dev/mautrix/signal:v0.2512.0
restart: always restart: always
volumes: volumes:
- ${MAUTRIX_SIGNAL_DATA_DIR}:/data - ${MAUTRIX_SIGNAL_DATA_DIR}:/data
@@ -42,7 +42,7 @@ services:
- 5439:5432 - 5439:5432
mautrix-whatsapp: mautrix-whatsapp:
container_name: mautrix-whatsapp container_name: mautrix-whatsapp
image: dock.mau.dev/mautrix/whatsapp:v0.2511.0 image: dock.mau.dev/mautrix/whatsapp:v0.2512.0
#image: petersmit27/mautrix-whatsapp:latest #image: petersmit27/mautrix-whatsapp:latest
restart: always restart: always
volumes: volumes:
@@ -61,7 +61,7 @@ services:
ports: ports:
- 5440:5432 - 5440:5432
mas: mas:
image: ghcr.io/element-hq/matrix-authentication-service:1.6.0 image: ghcr.io/element-hq/matrix-authentication-service:1.8.0
restart: always restart: always
working_dir: /config working_dir: /config
volumes: volumes:
@@ -97,7 +97,7 @@ services:
- 5442:5432 - 5442:5432
synapse: synapse:
container_name: synapse container_name: synapse
image: matrixdotorg/synapse:v1.142.1 image: matrixdotorg/synapse:v1.144.0
restart: always restart: always
volumes: volumes:
- ${SYNAPSE_CONFIG_DIR}:/data - ${SYNAPSE_CONFIG_DIR}:/data