#Raspberry Pi running docker-compose

1 messages ยท Page 1 of 1 (latest)

lofty swift
#

.env file and I didn't change anything in docker-compose.yml

vague treeBOT
#

:wave: Hey @lofty swift,

Thanks for reaching out to us. Please follow the recommended actions below; this will help us be more effective in our support effort and leave more time for building Immich immich.

References

Checklist

  1. :ballot_box_with_check: I have verified I'm on the latest release(note that mobile app releases may take some time).
  2. :ballot_box_with_check: I have read applicable release notes.
  3. :ballot_box_with_check: I have reviewed the FAQs for known issues.
  4. :ballot_box_with_check: I have reviewed Github for known issues.
  5. :ballot_box_with_check: I have tried accessing Immich via local ip (without a custom reverse proxy).
  6. :ballot_box_with_check: I have uploaded the relevant logs, docker compose, and .env files using the buttons below or the /upload command.
  7. :ballot_box_with_check: I have tried an incognito window, disabled extensions, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable

(an item can be marked as "complete" by reacting with the appropriate number)

If this ticket can be closed you can use the /close command, and re-open it later if needed.

earnest lance
#

Can you post some more detail like what you're trying, what isn't working, etc?

lofty swift
#

All I did was docker compose up -d and nothing is showing up right now

edgy orbit
#

can you perform docker compose up so that you can see the logs?

lofty swift
earnest lance
#

Can you post the logs?

edgy orbit
earnest lance
#

Or docker compose logs -f

lofty swift
#

Everything says it's fine it says server started created database ready for startup

earnest lance
#

There should be way more logs than just that

#

Photos of a screen are really hard to read fwiw - it'd be much better if you can copy the actual text into a pastebin or such

lofty swift
#

One second I'm downloading discord for Linux

#

here's the full log

#

@earnest lance here you go

orchid bear
#

The server just exits

#

Can you share your compose file?

lofty swift
#

'name: immich

services:
immich-server:
container_name: immich_server
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
transcoding
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro
env_file:
- .env
ports:
- 2283:3001
depends_on:
- redis
- database
restart: always

immich-machine-learning:
container_name: immich_machine_learning

image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}

volumes:
  - model-cache:/cache
env_file:
  - .env
restart: always

redis:
container_name: immich_redis
image: docker.io/redis:6.2-alpine@sha256:d6c2911ac51b289db208767581a5d154544f2b2fe4914ea5056443f62dc6e900
healthcheck:
test: redis-cli ping || exit 1
restart: always

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='${DB_DATABASE_NAME}' || exit 1; Chksum="$$(psql --dbname='${DB_DATABASE_NAME}' --username='${DB_USERNAME}' --tuples-only --no-align --command='SELECT COALESCE(SUM(checksu>
interval: 5m
start_interval: 30s
start_period: 5m
command: ["postgres", "-c" ,"shared_preload_libraries=vectors.so", "-c", 'search_path="$$user", public, vectors', "-c", "logging_collector=on", "-c", "max_wal_size=2GB", "-c", "shared_buffers=512MB",>
restart: always

volumes:
model-cache:"

orchid bear
#

Could you use the /upload command to wrap it in a code block? :)

vague treeBOT
orchid bear
#

Thanks!

#

Is the indentation only screwed up here?

#

Or does it actually look like this?

vague treeBOT
edgy orbit
#

is your rpi installed with 64bit or 32bit OS?

orchid bear
#

(uname -a)

orchid bear
lofty swift
#

Linux raspberrypi 6.6.28+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.28-1+rpt1 (2024-04-22) aarch64 GNU/Linux

orchid bear
#

64bit, k

#

Could've been though

earnest lance
#

Do you have the latest versions of the images? docker compose pull

lofty swift
#

yes done

orchid bear
#

And you started it again and it still failed?

lofty swift
#

yes

orchid bear
#

Exact same logs?

edgy orbit
#

Can you remove all images and repull them?

lofty swift
#

already did

orchid bear
#

What exactly did you do?

lofty swift
orchid bear
#

This looks good

#

Are you sure it's still not working?

lofty swift
#

Got it

orchid bear
#

Nice

#

So pulling the latest images was the solution?

lofty swift
#

I think So

#

though how do I reset login

orchid bear
#

Reset your password you mean?

lofty swift
#

something like that, I tried to use email mask on firefox

orchid bear
#

If you can still log in you can also change your email address in the user settings though

lofty swift
#

found my email

#

lol masked emails