mirror of
https://github.com/JG2401/HetznerDokployLab.git
synced 2026-08-29 04:30:10 +00:00
immich hetzner storage box
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user