hoarder-app / hoarder

A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search
https://hoarder.app
GNU Affero General Public License v3.0
2.28k stars 77 forks source link

ghcr.io/hoarder-app/hoarder-web dont work #175

Open Famku opened 1 month ago

Famku commented 1 month ago

Hi,

ghcr.io/hoarder-app/hoarder-web dont work for me

KeyError: 'ContainerConfig'

the old one works fine.

MohamedBassem commented 1 month ago

Can you share the exact command you're running? Is that in docker compose? Did you try manually running "docker pull"?

Famku commented 1 month ago

docker-compose

docker-compose pull && sudo docker-compose up -d

MohamedBassem commented 1 month ago

Can you run 'docker pull ghcr.io/hoarder-app/hoarder-web:release' and share the output?

Can you also share the value of "HOARDER_VERSION" env variable?

Famku commented 1 month ago

release: Pulling from hoarder-app/hoarder-web Digest: sha256:b42c3362b0ba4d48c696807814df8524ea2525cd399c1482844d5afbc4e3361f Status: Downloaded newer image for ghcr.io/hoarder-app/hoarder-web:release ghcr.io/hoarder-app/hoarder-web:release

HOARDER_VERSION=release

MohamedBassem commented 1 month ago

Ok, so pulling it works makes me wonder if it's a typo or something in the compose file. Can you share the lines in the compose file where you specify those images?

Famku commented 1 month ago

`version: "3.8" services: web: image: ghcr.io/mohamedbassem/hoarder-web:${HOARDER_VERSION:-release} restart: unless-stopped volumes:

volumes: redis: meilisearch: data:`

MohamedBassem commented 1 month ago

hmmm, the docker compose looks good to me. Did you manage to get this solved? I've been personally using the hoarder-app images and they seem to be working just fine.

Famku commented 1 month ago

I stay with the old repo for now.

And if nobody complain, maybe it is just on my side

I just wanted to inform you