12 Commits

8 changed files with 16 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
services:
audiobookshelf:
image: ghcr.io/advplyr/audiobookshelf:2.30.0
image: ghcr.io/advplyr/audiobookshelf:2.31.0
restart: always
ports:
- 13378:80

View File

@@ -1,4 +1,3 @@
version: '3.8'
services:
# Redis service for RQ (task queue)
audiomuse-ai-redis:
@@ -14,7 +13,7 @@ services:
# PostgreSQL database service
audiomuse-ai-postgres:
image: postgres:15-alpine
image: postgres:18-alpine
container_name: audiomuse-postgres
env_file:
- .env

View File

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

View File

@@ -1,6 +1,6 @@
services:
pocket-id:
image: ghcr.io/pocket-id/pocket-id:v1.15.0
image: ghcr.io/pocket-id/pocket-id:v1.16.0
restart: always
env_file: .env
ports:

View File

@@ -23,7 +23,9 @@
"matrixdotorg/synapse",
"ghcr.io/element-hq/matrix-authentication-service",
"dock.mau.dev/mautrix/whatsapp",
"dock.mau.dev/mautrix/signal"
"dock.mau.dev/mautrix/signal",
"ghcr.io/element-hq/lk-jwt-service",
"livekit/livekit-server"
]
}
]

View File

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

View File

@@ -1,6 +1,7 @@
services:
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
ports:
- 3001:3000
@@ -15,7 +16,7 @@ services:
POSTGRES_USER: ${SPLIIT_POSTGRES_USER}
POSTGRES_PASSWORD: ${SPLIIT_POSTGRES_PASSWORD}
spliit_db:
image: postgres:17
image: postgres:18
restart: always
volumes:
- ${SPLIIT_POSTGRES_DIR}:/var/lib/postgresql/data

View File

@@ -1,6 +1,6 @@
services:
element-call-auth-service:
image: ghcr.io/element-hq/lk-jwt-service:0.3.0
image: ghcr.io/element-hq/lk-jwt-service:0.4.0
container_name: element-call-jwt
hostname: auth-server
environment:
@@ -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.2511.0
image: dock.mau.dev/mautrix/signal:v0.2512.0
restart: always
volumes:
- ${MAUTRIX_SIGNAL_DATA_DIR}:/data
@@ -42,7 +42,7 @@ services:
- 5439:5432
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
restart: always
volumes:
@@ -61,7 +61,7 @@ services:
ports:
- 5440:5432
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
working_dir: /config
volumes:
@@ -97,7 +97,7 @@ services:
- 5442:5432
synapse:
container_name: synapse
image: matrixdotorg/synapse:v1.142.1
image: matrixdotorg/synapse:v1.144.0
restart: always
volumes:
- ${SYNAPSE_CONFIG_DIR}:/data