cdransf
cdransf
Explore posts from servers
IImmich
Created by cdransf on 4/2/2025 in #help-desk-support
Mobile app becomes unresponsive
Yep, that looks like it was it
11 replies
IImmich
Created by cdransf on 4/2/2025 in #help-desk-support
Mobile app becomes unresponsive
Gotcha! I'll give that a try
11 replies
IImmich
Created by cdransf on 4/2/2025 in #help-desk-support
Mobile app becomes unresponsive
For the compose
11 replies
IImmich
Created by cdransf on 4/2/2025 in #help-desk-support
Mobile app becomes unresponsive
redis:
container_name: immich_redis
image: 'docker.io/redis:6.2-alpine@sha256:148bb5411c184abd288d9aaed139c98123eeb8824c5d3fce03cf721db58066d8'
volumes:
- 'redis-data:/data'
command: 'redis-server --save 60 1 --loglevel warning'
restart: always
healthcheck:
test: 'redis-cli ping || exit 1'
database:
container_name: immich_postgres
image: 'docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0'
environment:
POSTGRES_PASSWORD: '${DB_PASSWORD}'
POSTGRES_USER: '${DB_USERNAME}'
POSTGRES_DB: '${DB_DATABASE_NAME}'
POSTGRES_INITDB_ARGS: '--data-checksums'
volumes:
- '${DB_DATA_LOCATION}:/var/lib/postgresql/data'
healthcheck:
test: 'pg_isready --dbname="$${POSTGRES_DB}" --username="$${POSTGRES_USER}" || exit 1; Chksum="$$(psql --dbname="$${POSTGRES_DB}" --username="$${POSTGRES_USER}" --tuples-only --no-align --command=''SELECT COALESCE(SUM(checksum_failures), 0) FROM pg_stat_database'')"; echo "checksum failure count is $$Chksum"; [ "$$Chksum" = ''0'' ] || exit 1'
interval: 5m
start_interval: 30s
start_period: 5m
command: "postgres -c shared_preload_libraries=vectors.so \n -c search_path=public,vectors\n -c logging_collector=on \n -c max_wal_size=4GB\n -c shared_buffers=1GB\n -c wal_compression=on \n -c work_mem=16MB\n -c effective_cache_size=4GB\n -c maintenance_work_mem=256MB\n"
restart: always
volumes:
model-cache: null
redis-data: null
redis:
container_name: immich_redis
image: 'docker.io/redis:6.2-alpine@sha256:148bb5411c184abd288d9aaed139c98123eeb8824c5d3fce03cf721db58066d8'
volumes:
- 'redis-data:/data'
command: 'redis-server --save 60 1 --loglevel warning'
restart: always
healthcheck:
test: 'redis-cli ping || exit 1'
database:
container_name: immich_postgres
image: 'docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0'
environment:
POSTGRES_PASSWORD: '${DB_PASSWORD}'
POSTGRES_USER: '${DB_USERNAME}'
POSTGRES_DB: '${DB_DATABASE_NAME}'
POSTGRES_INITDB_ARGS: '--data-checksums'
volumes:
- '${DB_DATA_LOCATION}:/var/lib/postgresql/data'
healthcheck:
test: 'pg_isready --dbname="$${POSTGRES_DB}" --username="$${POSTGRES_USER}" || exit 1; Chksum="$$(psql --dbname="$${POSTGRES_DB}" --username="$${POSTGRES_USER}" --tuples-only --no-align --command=''SELECT COALESCE(SUM(checksum_failures), 0) FROM pg_stat_database'')"; echo "checksum failure count is $$Chksum"; [ "$$Chksum" = ''0'' ] || exit 1'
interval: 5m
start_interval: 30s
start_period: 5m
command: "postgres -c shared_preload_libraries=vectors.so \n -c search_path=public,vectors\n -c logging_collector=on \n -c max_wal_size=4GB\n -c shared_buffers=1GB\n -c wal_compression=on \n -c work_mem=16MB\n -c effective_cache_size=4GB\n -c maintenance_work_mem=256MB\n"
restart: always
volumes:
model-cache: null
redis-data: null
11 replies
IImmich
Created by cdransf on 4/2/2025 in #help-desk-support
Mobile app becomes unresponsive
name: immich
services:
immich-server:
container_name: immich_server
image: 'ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}'
volumes:
- '/mnt/b2:/usr/src/app/upload'
- '/etc/localtime:/etc/localtime:ro'
env_file:
- .env
ports:
- '2283:2283'
depends_on:
- redis
- database
restart: always
healthcheck:
disable: false
immich-machine-learning:
container_name: immich_machine_learning
image: 'ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}'
volumes:
- 'model-cache:/cache'
- '/mnt/b2/models:/models'
env_file:
- .env
restart: always
healthcheck:
disable: false
name: immich
services:
immich-server:
container_name: immich_server
image: 'ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}'
volumes:
- '/mnt/b2:/usr/src/app/upload'
- '/etc/localtime:/etc/localtime:ro'
env_file:
- .env
ports:
- '2283:2283'
depends_on:
- redis
- database
restart: always
healthcheck:
disable: false
immich-machine-learning:
container_name: immich_machine_learning
image: 'ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}'
volumes:
- 'model-cache:/cache'
- '/mnt/b2/models:/models'
env_file:
- .env
restart: always
healthcheck:
disable: false
11 replies
IImmich
Created by cdransf on 4/2/2025 in #help-desk-support
Mobile app becomes unresponsive
- iCloud photo library is off - 22 albums - Foreground backup is on
11 replies
CDCloudflare Developers
Created by cdransf on 11/26/2024 in #pages-help
Pages Mastodon previews
I do! That's the puzzling bit
3 replies