Compare commits
26 Commits
renovate/g
...
renovate/p
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6c855009d6 | ||
| 1f541189a6 | |||
| d706fcdcd8 | |||
| 819f145200 | |||
| 9598316e7d | |||
| 8a04ba27d4 | |||
|
|
6aec3c1f25 | ||
|
|
0128da950f | ||
|
|
7277c47ad9 | ||
|
|
003b9db402 | ||
|
|
29446b72c3 | ||
|
|
0e2c6a889a | ||
| def08d6c00 | |||
| f37d9e1a68 | |||
|
|
4e0012ba18 | ||
|
|
ebfe68c838 | ||
| 279f35f7e9 | |||
| c724d43e4d | |||
| f7a90f823d | |||
| faaca0dd64 | |||
| e06cc2e7b7 | |||
|
|
5f834bab2f | ||
|
|
52477db4ad | ||
|
|
74bdd11775 | ||
|
|
f460703e37 | ||
|
|
9b592465f7 |
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
gitea:
|
||||
container_name: gitea
|
||||
image: gitea/gitea:1.25.1-rootless
|
||||
image: gitea/gitea:1.25.2-rootless
|
||||
restart: always
|
||||
volumes:
|
||||
- ${GITEA_DATA_LOCATION}:/var/lib/gitea
|
||||
|
||||
@@ -34,7 +34,7 @@ services:
|
||||
|
||||
redis:
|
||||
container_name: immich_redis
|
||||
image: docker.io/valkey/valkey:8@sha256:81db6d39e1bba3b3ff32bd3a1b19a6d69690f94a3954ec131277b9a26b95b3aa
|
||||
image: docker.io/valkey/valkey:9@sha256:fb8d272e529ea567b9bf1302245796f21a2672b8368ca3fcb938ac334e613c8f
|
||||
healthcheck:
|
||||
test: redis-cli ping || exit 1
|
||||
restart: always
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
jellyfin:
|
||||
image: jellyfin/jellyfin:10.11.3
|
||||
image: jellyfin/jellyfin:10.11.5
|
||||
user: ${JELLYFIN_USER_UID}:${JELLYFIN_USER_GID}
|
||||
network_mode: 'host'
|
||||
restart: always
|
||||
|
||||
@@ -13,7 +13,7 @@ services:
|
||||
networks:
|
||||
- nextcloud
|
||||
nextcloud:
|
||||
image: nextcloud:32.0.1
|
||||
image: nextcloud:32.0.3
|
||||
restart: always
|
||||
ports:
|
||||
- 8081:80
|
||||
@@ -32,7 +32,7 @@ services:
|
||||
networks:
|
||||
- nextcloud
|
||||
cron:
|
||||
image: nextcloud:32.0.1
|
||||
image: nextcloud:32.0.3
|
||||
container_name: nextcloud-cron
|
||||
volumes:
|
||||
- ${NEXTCLOUD_DATA_DIR}:/var/www/html
|
||||
|
||||
@@ -18,7 +18,7 @@ services:
|
||||
- 5434:5432
|
||||
|
||||
paperless:
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.19.4
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.20.2
|
||||
restart: always
|
||||
depends_on:
|
||||
- db
|
||||
@@ -49,7 +49,7 @@ services:
|
||||
PAPERLESS_REDIRECT_LOGIN_TO_SSO: true
|
||||
|
||||
gotenberg:
|
||||
image: docker.io/gotenberg/gotenberg:8.24.0
|
||||
image: docker.io/gotenberg/gotenberg:8.25.1
|
||||
restart: always
|
||||
|
||||
# The gotenberg chromium route is used to convert .eml files. We do not
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
services:
|
||||
pihole:
|
||||
container_name: pihole
|
||||
image: pihole/pihole:2025.11.0
|
||||
image: pihole/pihole:2025.11.1
|
||||
ports:
|
||||
# DNS Ports
|
||||
- "53:53/tcp"
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -18,7 +18,7 @@ services:
|
||||
depends_on:
|
||||
- shlink_db
|
||||
shlink_db:
|
||||
image: postgres:17
|
||||
image: postgres:18
|
||||
container_name: shlink_db
|
||||
restart: always
|
||||
volumes:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
@@ -13,7 +13,7 @@ services:
|
||||
ports:
|
||||
- 8071:8080
|
||||
element-call-livekit:
|
||||
image: livekit/livekit-server:v1.9.3
|
||||
image: livekit/livekit-server:v1.9.8
|
||||
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.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
|
||||
|
||||
Reference in New Issue
Block a user