1 Commits

Author SHA1 Message Date
Renovate Bot
ef9356b29e Update pihole/pihole Docker tag to v2025.07.1 2025-07-15 00:01:03 +00:00
15 changed files with 52 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
services:
audiobookshelf:
image: ghcr.io/advplyr/audiobookshelf:2.26.3
image: ghcr.io/advplyr/audiobookshelf:2.25.1
ports:
- 13378:80
volumes:

4
cryptpad/.env.example Normal file
View File

@@ -0,0 +1,4 @@
CRYPTPAD_MAIN_DOMAIN=
CRYPTPAD_SANDBOX_DOMAIN=
CRYPTPAD_DATA_DIR=

View File

@@ -0,0 +1,24 @@
services:
cryptpad:
image: cryptpad/cryptpad:version-2025.3.1
hostname: cryptpad
environment:
CPAD_MAIN_DOMAIN: https://${CRYPTPAD_MAIN_DOMAIN}
CPAD_SANDBOX_DOMAIN: https://${CRYPTPAD_SANDBOX_DOMAIN}
CPAD_CONF: /cryptpad/config/config.js
CPAD_INSTALL_ONLYOFFICE: yes
volumes:
- ${CRYPTPAD_DATA_DIR}/data/blob:/cryptpad/blob
- ${CRYPTPAD_DATA_DIR}/data/block:/cryptpad/block
- ${CRYPTPAD_DATA_DIR}/customize:/cryptpad/customize
- ${CRYPTPAD_DATA_DIR}/data/data:/cryptpad/data
- ${CRYPTPAD_DATA_DIR}/data/files:/cryptpad/datastore
- ${CRYPTPAD_DATA_DIR}/onlyoffice-dist:/cryptpad/www/common/onlyoffice/dist
- ${CRYPTPAD_DATA_DIR}/onlyoffice-conf:/cryptpad/onlyoffice-conf
ports:
- "3002:3000"
- "3004:3003"
ulimits:
nofile:
soft: 1000000
hard: 1000000

View File

@@ -1,6 +1,7 @@
include:
- audiobookshelf/docker-compose.yml
- baikal/docker-compose.yml
- cryptpad/docker-copose.yml
- gitea/docker-compose.yml
- immich/docker-compose.yml
- jellyfin/docker-compose.yml
@@ -9,7 +10,6 @@ include:
- pihole/docker-compose.yml
- pingvin/docker-compose.yml
- pocketid/docker-compose.yml
- searxng/docker-compose.yml
- spliit/docker-compose.yml
- shlink/docker-compose.yml
- synapse/docker-compose.yml

View File

@@ -1,7 +1,7 @@
services:
gitea:
container_name: gitea
image: gitea/gitea:1.24.3-rootless
image: gitea/gitea:1.24.2-rootless
restart: always
volumes:
- ${GITEA_DATA_LOCATION}:/var/lib/gitea
@@ -14,7 +14,7 @@ services:
- "3000:3000"
- "2222:2222"
gitea-runner:
image: gitea/act_runner:0.2.12
image: gitea/act_runner:0.2.11
environment:
CONFIG_FILE: /config.yaml
GITEA_INSTANCE_URL: "${GITEA_INSTANCE_URL}"

View File

@@ -1,13 +1,13 @@
services:
immich-server:
container_name: immich_server
image: ghcr.io/immich-app/immich-server:v1.137.3
image: ghcr.io/immich-app/immich-server:v1.135.3
# extends:
# file: hwaccel.transcoding.yml
# service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
volumes:
# Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file
- ${UPLOAD_LOCATION}:/data
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro
env_file:
- .env
@@ -24,7 +24,7 @@ services:
container_name: immich_machine_learning
# For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag.
# Example tag: ${IMMICH_VERSION:-release}-cuda
image: ghcr.io/immich-app/immich-machine-learning:v1.137.3
image: ghcr.io/immich-app/immich-machine-learning:v1.131.2
# extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration
# file: hwaccel.ml.yml
# service: cpu # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable

View File

@@ -11,7 +11,7 @@ services:
networks:
- nextcloud
nextcloud:
image: nextcloud:31.0.7
image: nextcloud:31.0.5
restart: always
ports:
- 8081:80
@@ -30,7 +30,7 @@ services:
networks:
- nextcloud
cron:
image: nextcloud:31.0.7
image: nextcloud:31.0.5
container_name: nextcloud-cron
volumes:
- ${NEXTCLOUD_DATA_DIR}:/var/www/html

View File

@@ -16,7 +16,7 @@ services:
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
paperless:
image: ghcr.io/paperless-ngx/paperless-ngx:2.17.1
image: ghcr.io/paperless-ngx/paperless-ngx:2.16.3
restart: unless-stopped
depends_on:
- db
@@ -47,7 +47,7 @@ services:
PAPERLESS_REDIRECT_LOGIN_TO_SSO: true
gotenberg:
image: docker.io/gotenberg/gotenberg:8.21.1
image: docker.io/gotenberg/gotenberg:8.21.0
restart: unless-stopped
# The gotenberg chromium route is used to convert .eml files. We do not
@@ -58,5 +58,5 @@ services:
- "--chromium-allow-list=file:///tmp/.*"
tika:
image: docker.io/apache/tika:3.2.1.0
image: docker.io/apache/tika:3.2.0.0
restart: unless-stopped

View File

@@ -2,7 +2,7 @@
services:
pihole:
container_name: pihole
image: pihole/pihole:2025.08.0
image: pihole/pihole:2025.07.1
ports:
# DNS Ports
- "53:53/tcp"

View File

@@ -1,6 +1,6 @@
services:
pocket-id:
image: ghcr.io/pocket-id/pocket-id:v1.6.4
image: ghcr.io/pocket-id/pocket-id:v1.6.1
restart: unless-stopped
env_file: .env
ports:

View File

@@ -1,2 +0,0 @@
SEARXNG_CONFIG_DIR=
SEARXNG_DATA_DIR=

View File

@@ -1,11 +0,0 @@
services:
searxng:
container_name: searxng
image: docker.io/searxng/searxng:latest
restart: unless-stopped
env_file: .env
ports:
- "8888:8080"
volumes:
- ${SEARXNG_CONFIG_DIR}:/etc/searxng/
- ${SEARXNG_DATA_DIR}:/var/cache/searxng/

View File

@@ -1,6 +1,6 @@
services:
shlink:
image: shlinkio/shlink:4.5
image: shlinkio/shlink:4.4
container_name: shlink
restart: unless-stopped
ports:

View File

@@ -1,14 +1,14 @@
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.2.3
container_name: element-call-jwt
hostname: auth-server
environment:
- LK_JWT_PORT=8080
- LIVEKIT_URL=https://${LIVEKIT_DOMAIN}/livekit/sfu
- LIVEKIT_URL=https://${LIVEKIT_DOMAIN}/livekit/sfu #Change
- LIVEKIT_KEY=devkey
- LIVEKIT_SECRET=${LIVEKIT_SECRET_KEY}
- LIVEKIT_FULL_ACCESS_HOMESERVERS=${MATRIX_DOMAIN}
- LIVEKIT_LOCAL_HOMESERVERS=${MATRIX_DOMAIN} #Not supported yet :pensive:
restart: unless-stopped
ports:
- 8071:8080
@@ -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.8.5
image: dock.mau.dev/mautrix/signal:v0.8.4
restart: unless-stopped
volumes:
- ${MAUTRIX_SIGNAL_DATA_DIR}:/data
@@ -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.2
image: petersmit27/mautrix-whatsapp:latest
image: dock.mau.dev/mautrix/whatsapp:v0.12.2
#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.20.0
image: ghcr.io/element-hq/matrix-authentication-service:0.18.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.135.0
image: matrixdotorg/synapse:v1.133.0
restart: unless-stopped
volumes:
- ${SYNAPSE_CONFIG_DIR}:/data

View File

@@ -1,7 +1,7 @@
services:
vaultwarden:
container_name: vaultwarden
image: vaultwarden/server:1.34.3
image: vaultwarden/server:1.34.1
restart: always
volumes:
- ${VAULTWARDEN_DATA_LOCATION}:/data/