immich hetzner storage box

This commit is contained in:
jonas@geiger-natur.de
2025-12-23 17:49:52 +01:00
parent 8855c75939
commit b7701fbe52

View File

@@ -5,7 +5,7 @@ services:
image: ghcr.io/immich-app/immich-server:v2.1.0 image: ghcr.io/immich-app/immich-server:v2.1.0
volumes: volumes:
- immich-library:/usr/src/app/upload - /mnt/storagebox-crypt/immich/library:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
depends_on: depends_on:
immich-redis: immich-redis:
@@ -16,17 +16,14 @@ services:
PORT: 2283 PORT: 2283
SERVER_URL: ${SERVER_URL} SERVER_URL: ${SERVER_URL}
FRONT_BASE_URL: ${FRONT_BASE_URL} FRONT_BASE_URL: ${FRONT_BASE_URL}
# Database Configuration
DB_HOSTNAME: ${DB_HOSTNAME} DB_HOSTNAME: ${DB_HOSTNAME}
DB_PORT: ${DB_PORT} DB_PORT: ${DB_PORT}
DB_USERNAME: ${DB_USERNAME} DB_USERNAME: ${DB_USERNAME}
DB_PASSWORD: ${DB_PASSWORD} DB_PASSWORD: ${DB_PASSWORD}
DB_DATABASE_NAME: ${DB_DATABASE_NAME} DB_DATABASE_NAME: ${DB_DATABASE_NAME}
# Redis Configuration
REDIS_HOSTNAME: ${REDIS_HOSTNAME} REDIS_HOSTNAME: ${REDIS_HOSTNAME}
REDIS_PORT: ${REDIS_PORT} REDIS_PORT: ${REDIS_PORT}
REDIS_DBINDEX: ${REDIS_DBINDEX} REDIS_DBINDEX: ${REDIS_DBINDEX}
# Server Configuration
TZ: ${TZ} TZ: ${TZ}
restart: always restart: always
healthcheck: healthcheck:
@@ -103,5 +100,4 @@ networks:
volumes: volumes:
immich-model-cache: immich-model-cache:
immich-postgres: immich-postgres:
immich-library: immich-redis-data:
immich-redis-data: