mURGA
IImmich
•Created by mURGA on 1/30/2025 in #help-desk-support
EHOSTUNREACH 172.18.0.3:6379
im sorry, edited it out - i got too excited i guess!
34 replies
IImmich
•Created by mURGA on 1/30/2025 in #help-desk-support
EHOSTUNREACH 172.18.0.3:6379
you sure are a wizard my guy!
i was redeploying the IMAGE on the CONTAINER and not the stack..
now everything seems to work again. thanks a lot!
34 replies
IImmich
•Created by mURGA on 1/30/2025 in #help-desk-support
EHOSTUNREACH 172.18.0.3:6379
here you go mate! sleep well, talk to you later!
34 replies
IImmich
•Created by mURGA on 1/30/2025 in #help-desk-support
EHOSTUNREACH 172.18.0.3:6379
ahh, as i said im kinda new to all this!
34 replies
IImmich
•Created by mURGA on 1/30/2025 in #help-desk-support
EHOSTUNREACH 172.18.0.3:6379
coming up!
34 replies
IImmich
•Created by mURGA on 1/30/2025 in #help-desk-support
EHOSTUNREACH 172.18.0.3:6379
no it aint, i couldnt paste the text due to 2000 char limit
34 replies
IImmich
•Created by mURGA on 1/30/2025 in #help-desk-support
EHOSTUNREACH 172.18.0.3:6379
i am using volumes.. 😄 I deployed immich as a stack in portainer - heres how it looks;
WARNING: Make sure to use the docker-compose.yml of the current release:
https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml
The compose file on main may not be compatible with the latest release.
#
name: immich
services:
immich-server:
container_name: immich_server
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
# extends:
# file: hwaccel.transcoding.yml
# service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
volumes:
# Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro
env_file:
- stack.env
ports:
- '2283:2283'
depends_on:
- redis
- database
restart: always
healthcheck:
disable: false
maybe something is off over here? also there are things about redis, machine learning and postgre
34 replies
IImmich
•Created by mURGA on 1/30/2025 in #help-desk-support
EHOSTUNREACH 172.18.0.3:6379
yup
34 replies
IImmich
•Created by mURGA on 1/30/2025 in #help-desk-support
EHOSTUNREACH 172.18.0.3:6379
f1458bdc5f2a ghcr.io/immich-app/immich-server:v1.125.7 "tini -- /bin/bash s…" 4 minutes ago Up 57 seconds (healthy) 0.0.0.0:2283->2283/tcp, :::2283->2283/tcp immich_server
34 replies
IImmich
•Created by mURGA on 1/30/2025 in #help-desk-support
EHOSTUNREACH 172.18.0.3:6379
im actually using portainer for deploying so I just go Containers -> immich_server -> recreate -> Pull latest image
34 replies
IImmich
•Created by mURGA on 1/30/2025 in #help-desk-support
EHOSTUNREACH 172.18.0.3:6379
I might be really slow over here, but just to make sure I even used this image; ghcr.io/immich-app/immich-server:v1.125.7 and rebuilt it, still in logs:
Initializing Immich v1.120.2
Detected CPU Cores: 4
Starting api worker
Starting microservices worker
34 replies