auto: sync 2026-07-04

This commit is contained in:
2026-07-04 03:15:08 +02:00
parent 441eca7644
commit 3861a8fe03
+1 -31
View File
@@ -143,37 +143,7 @@ services:
networks: networks:
- default - default
- shared_backend - shared_backend
power-tools:
container_name: immich_power_tools
image: ghcr.io/varun-raj/immich-power-tools:latest
environment:
UPLOAD_LOCATION: ${UPLOAD_LOCATION}
THUMB_LOCATION: ${THUMB_LOCATION}
ENCODED_VIDEO_LOCATION: ${ENCODED_VIDEO_LOCATION}
PROFILE_LOCATION: ${PROFILE_LOCATION}
BACKUP_LOCATION: ${BACKUP_LOCATION}
DB_DATA_LOCATION: ${DB_DATA_LOCATION}
IMMICH_VERSION: ${IMMICH_VERSION}
DB_PASSWORD: ${DB_PASSWORD}
DB_USERNAME: ${DB_USERNAME}
DB_DATABASE_NAME: ${DB_DATABASE_NAME}
IMMICH_API_KEY: ${IMMICH_API_KEY}
IMMICH_URL: ${IMMICH_URL}
EXTERNAL_IMMICH_URL: ${EXTERNAL_IMMICH_URL}
DB_HOST: ${DB_HOST}
DB_PORT: ${DB_PORT}
GOOGLE_MAPS_API_KEY: ${GOOGLE_MAPS_API_KEY}
restart: unless-stopped
depends_on:
- immich-server
deploy:
resources:
limits:
cpus: "1.0"
memory: 2G
reservations:
cpus: "0.25"
memory: 1G
healthcheck: healthcheck:
# power-tools (Next.js) binds its container IP only, NOT localhost, and # power-tools (Next.js) binds its container IP only, NOT localhost, and
# has no /health route — probe its own hostname at /api/health. # has no /health route — probe its own hostname at /api/health.