3 Commits

Author SHA1 Message Date
c932d32aae Move docker files for candidate services to dev branch 2026-03-19 12:14:06 -04:00
de296b9c76 Upgrade Immich to v2.3.1 2025-12-01 23:46:25 -05:00
462a2ab8f1 Upgrade nextcloud to v32 2025-11-28 09:41:27 -05:00
9 changed files with 105 additions and 2 deletions

19
heimdall/compose.yaml Normal file
View File

@@ -0,0 +1,19 @@
services:
heimdall:
image: lscr.io/linuxserver/heimdall:latest
container_name: heimdall
restart: unless-stopped
security_opt:
- no-new-privileges:true
environment:
- PUID=1000
- PGID=1000
- TZ=America/New_York
ports:
- 9088:80
- 7443:443
volumes:
- /etc/localtime:/etc/localtime:ro
- /mnt/storage/appdata/heimdall/config:/data

View File

@@ -9,7 +9,7 @@ DB_DATA_LOCATION=/mnt/storage/appdata/immich/postgres
TZ=America/New_York TZ=America/New_York
# The Immich version to use. You can pin this to a specific version like "v1.71.0" # The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=v2.2.3 IMMICH_VERSION=v2.3.1
# Connection secret for postgres. You should change it to a random password # Connection secret for postgres. You should change it to a random password
DB_PASSWORD=postgres DB_PASSWORD=postgres

5
karakeep/.env Normal file
View File

@@ -0,0 +1,5 @@
KARAKEEP_VERSION=release
NEXTAUTH_SECRET=ii3vppdsl98803
MEILI_MASTER_KEY=tutuewiro5.03092
NEXTAUTH_URL=http://localhost:3013

44
karakeep/compose.yaml Normal file
View File

@@ -0,0 +1,44 @@
services:
web:
image: ghcr.io/karakeep-app/karakeep:${KARAKEEP_VERSION:-release}
restart: unless-stopped
volumes:
# By default, the data is stored in a docker volume called "data".
# If you want to mount a custom directory, change the volume mapping to:
# - /path/to/your/directory:/data
- /mnt/storage/appdata/karakeep/data:/data
ports:
- 3013:3000
env_file:
- .env
environment:
MEILI_ADDR: http://meilisearch:7700
BROWSER_WEB_URL: http://chrome:9222
# OPENAI_API_KEY: ...
# You almost never want to change the value of the DATA_DIR variable.
# If you want to mount a custom directory, change the volume mapping above instead.
DATA_DIR: /data # DON'T CHANGE THIS
chrome:
image: gcr.io/zenika-hub/alpine-chrome:124
restart: unless-stopped
command:
- --no-sandbox
- --disable-gpu
- --disable-dev-shm-usage
- --remote-debugging-address=0.0.0.0
- --remote-debugging-port=9222
- --hide-scrollbars
meilisearch:
image: getmeili/meilisearch:v1.13.3
restart: unless-stopped
env_file:
- .env
environment:
MEILI_NO_ANALYTICS: "true"
volumes:
- meilisearch:/meili_data
volumes:
meilisearch:
data:

21
mealie/compose.yaml Normal file
View File

@@ -0,0 +1,21 @@
services:
mealie:
image: ghcr.io/mealie-recipes/mealie:v2.8.0 #
container_name: mealie
restart: always
ports:
- "9925:9000" #
deploy:
resources:
limits:
memory: 1000M #
volumes:
- /mnt/storage/appdata/mealie/data:/app/data/
environment:
# Set Backend ENV Variables Here
ALLOW_SIGNUP: "false"
PUID: 1000
PGID: 1000
TZ: America/New_York
BASE_URL: https://mealie.objectbrokers.com.com

View File

@@ -16,7 +16,7 @@ services:
app: app:
depends_on: depends_on:
- db - db
image: nextcloud:30 image: nextcloud:32
restart: always restart: always
ports: ports:
- 8080:80 - 8080:80

Binary file not shown.

Binary file not shown.

14
stirling/compose.yaml Normal file
View File

@@ -0,0 +1,14 @@
services:
stirling-pdf:
image: docker.stirlingpdf.com/stirlingtools/stirling-pdf:latest
ports:
- '8329:8080'
volumes:
- /mnt/storage/appdata/StirlingPDF/trainingData:/usr/share/tessdata # Required for extra OCR languages
- /mnt/storage/appdata/StirlingPDF/extraConfigs:/configs
- /mnt/storage/appdata/StirlingPDF/customFiles:/customFiles/
- /mnt/storage/appdata/StirlingPDF/logs:/logs/
- /mnt/storage/appdata/StirlingPDF/pipeline:/pipeline/
environment:
- DISABLE_ADDITIONAL_FEATURES=false
- LANGS=en_US