2026-06-21 05:53:58 -04:00
|
|
|
app:
|
|
|
|
|
id: immich-redis
|
|
|
|
|
name: Immich Redis
|
|
|
|
|
version: "7-alpine"
|
|
|
|
|
description: Valkey (Redis-compatible) cache for Immich.
|
|
|
|
|
|
2026-06-21 09:20:38 -04:00
|
|
|
# Container named immich_redis (underscore) to match runtime per-app references
|
|
|
|
|
# and serve as the server's REDIS_HOSTNAME alias on archy-net.
|
|
|
|
|
container_name: immich_redis
|
2026-06-21 05:53:58 -04:00
|
|
|
|
|
|
|
|
container:
|
|
|
|
|
image: 146.59.87.168:3000/lfg2025/valkey:7-alpine
|
|
|
|
|
pull_policy: if-not-present
|
|
|
|
|
network: archy-net
|
|
|
|
|
|
|
|
|
|
dependencies: []
|
|
|
|
|
|
|
|
|
|
resources:
|
|
|
|
|
memory_limit: 128Mi
|
|
|
|
|
|
|
|
|
|
security:
|
|
|
|
|
capabilities: [SETGID, SETUID]
|
|
|
|
|
readonly_root: false
|
|
|
|
|
network_policy: isolated
|
|
|
|
|
|
|
|
|
|
ports: []
|
|
|
|
|
|
|
|
|
|
volumes: []
|
|
|
|
|
|
|
|
|
|
environment: []
|
|
|
|
|
|
|
|
|
|
health_check:
|
|
|
|
|
type: tcp
|
|
|
|
|
endpoint: localhost:6379
|
|
|
|
|
interval: 30s
|
|
|
|
|
timeout: 5s
|
|
|
|
|
retries: 3
|