Merge branch 'main' into dependabot/docker_compose/projects/paperless/paperless-ngx/paperless-ngx-2.20.15

This commit is contained in:
JG2401
2026-07-17 22:45:47 +02:00
committed by GitHub
16 changed files with 101 additions and 169 deletions

View File

@@ -27,7 +27,7 @@ services:
- dokploy-network
cron:
image: alpine:3.23.3
image: alpine:3.23.4
restart: unless-stopped
container_name: firefly_iii_cron
environment:

View File

@@ -2,7 +2,12 @@ version: "3.9"
services:
immich-server:
image: ghcr.io/immich-app/immich-server:v2.5.6
image: ghcr.io/immich-app/immich-server:v2.7.5
deploy:
resources:
limits:
cpus: "1.25"
memory: 2G
labels:
- rclone.storage=storagebox-crypt
volumes:
@@ -35,8 +40,12 @@ services:
retries: 3
immich-machine-learning:
image: ghcr.io/immich-app/immich-machine-learning:v2.5.6
image: ghcr.io/immich-app/immich-machine-learning:v2.7.5
deploy:
resources:
limits:
cpus: "1.75"
memory: 2.5G
volumes:
- immich-model-cache:/cache
environment:
@@ -52,7 +61,11 @@ services:
immich-redis:
image: redis:6.2-alpine
deploy:
resources:
limits:
cpus: "0.25"
memory: 256M
volumes:
- immich-redis-data:/data
healthcheck:
@@ -63,8 +76,12 @@ services:
restart: always
immich-database:
image: tensorchord/pgvecto-rs:pg14-v0.4.0
image: tensorchord/pgvecto-rs:pg14-v0.3.0
deploy:
resources:
limits:
cpus: "0.75"
memory: 1.5G
volumes:
- immich-postgres:/var/lib/postgresql/data
environment:

View File

@@ -1,14 +0,0 @@
# [it-tools](https://it-tools.tech)
## n8n
### General
- Compose Path: `./projects/it-tools/it-tools.yml`
### Domains
- Service Name: `it-tools`
- Container Port: `80`
- HTTPS: `true`
- Certificate Provider: `Let's Encrypt`

View File

@@ -1,5 +0,0 @@
services:
it-tools:
container_name: it-tools
image: corentinth/it-tools:2024.5.13-a0bc346
restart: unless-stopped

View File

@@ -2,6 +2,11 @@ version: "3.8"
services:
jellyfin:
image: jellyfin/jellyfin:10
deploy:
resources:
limits:
cpus: "2.0"
memory: 2G
volumes:
- config:/config
- cache:/cache

View File

@@ -1,6 +1,6 @@
services:
n8n:
image: docker.n8n.io/n8nio/n8n:2.11.4
image: docker.n8n.io/n8nio/n8n:2.29.10
restart: always
labels:
- rclone.storage=storagebox-crypt

View File

@@ -1,9 +1,11 @@
services:
nextcloud:
image: nextcloud:33.0.0
image: nextcloud:34.0.1
restart: unless-stopped
labels:
- rclone.storage=storagebox-crypt
- traefik.http.middlewares.nextcloud-buffering.buffering.maxRequestBodyBytes=0
- traefik.http.routers.nextcloud.middlewares=nextcloud-buffering
volumes:
- nextcloud_data:/var/www/html
- /media/storagebox-crypt/nextcloud:/mnt/storagebox
@@ -14,6 +16,8 @@ services:
- MYSQL_USER=nextcloud
- MYSQL_PASSWORD=${MYSQL_SECRET_PASSWORD}
- OVERWRITEPROTOCOL=https
- PHP_UPLOAD_LIMIT=10G
- PHP_MEMORY_LIMIT=1024M
nextcloud_db:
image: mariadb

View File

@@ -2,6 +2,11 @@ version: '3.8'
services:
paperless:
image: ghcr.io/paperless-ngx/paperless-ngx:2.20.15
deploy:
resources:
limits:
cpus: "1.0"
memory: 1.5G
container_name: paperless
restart: unless-stopped
labels:
@@ -21,6 +26,7 @@ services:
PAPERLESS_ALLOWED_HOSTS: ${PAPERLESS_ALLOWED_HOSTS}
PAPERLESS_DBHOST: ${PAPERLESS_DBHOST}
PAPERLESS_DBPASS: ${PAPERLESS_DBPASS}
PAPERLESS_OCR_OUTPUT_TYPE: ${PAPERLESS_OCR_OUTPUT_TYPE}
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000"]
interval: 30s
@@ -30,7 +36,12 @@ services:
- dokploy-network
redis:
image: redis:8.6.1
image: redis:8.8.0
deploy:
resources:
limits:
cpus: "0.25"
memory: 256M
container_name: paperless-redis
restart: unless-stopped
volumes:
@@ -41,6 +52,11 @@ services:
db:
container_name: paperless-db
image: postgres:16
deploy:
resources:
limits:
cpus: "0.75"
memory: 1G
restart: unless-stopped
volumes:
- paperlessdb:/var/lib/postgresql/data

View File

@@ -1,27 +0,0 @@
# [radarr](https://radarr.video)
## radarr
### General
- Compose Path: `./projects/radarr/docker-compose.yml`
### Environment
- TIMEZONE: #your time zone - for example `Europe/Berlin`
### Domains
- Service Name: `radarr`
- Container Port: `7878`
- HTTPS: `true`
- Certificate Provider: `Let's Encrypt`
### Volume Backups
- Task Name: `radarr`
- Schedule `0 0 * * *`
- Service Name: `radarr`
- Volume: `radarr-radarr-xxx`
- Keep Latest Backups: `1`
- Enabled: `true`

View File

@@ -1,14 +0,0 @@
services:
radarr:
image: lscr.io/linuxserver/radarr:6.0.4
container_name: radarr
environment:
- TZ=${TIMEZONE}
volumes:
- config:/config
- /mnt/seedbox/media/Movies:/home/etron/media/Movies
- /mnt/seedbox/downloads:/home/etron/downloads
restart: unless-stopped
volumes:
config:

View File

@@ -1,27 +0,0 @@
# [sonarr](https://sonarr.tv)
## sonarr
### General
- Compose Path: `./projects/sonarr/docker-compose.yml`
### Environment
- TIMEZONE: #your time zone - for example `Europe/Berlin`
### Domains
- Service Name: `sonarr`
- Container Port: `8989`
- HTTPS: `true`
- Certificate Provider: `Let's Encrypt`
### Volume Backups
- Task Name: `sonarr`
- Schedule `0 0 * * *`
- Service Name: `sonarr`
- Volume: `sonarr-sonarr-xxx`
- Keep Latest Backups: `1`
- Enabled: true

View File

@@ -1,14 +0,0 @@
services:
sonarr:
image: lscr.io/linuxserver/sonarr:4.0.16
container_name: sonarr
environment:
- TZ=${TIMEZONE}
volumes:
- config:/config
- /mnt/seedbox/media/TV Shows:/home/etron/media/TV Shows
- /mnt/seedbox/downloads:/home/etron/downloads
restart: unless-stopped
volumes:
config:

View File

@@ -1,6 +1,6 @@
services:
vaultwarden:
image: vaultwarden/server:1.35.4
image: vaultwarden/server:1.36.0
restart: always
environment:
DOMAIN: ${DOMAIN}