Cybrarist / Discount-Bandit

Track your wishlist items and get notified across multiple amazon stores
GNU General Public License v3.0
244 stars 9 forks source link

How to run this using compose? #22

Open tismofied opened 1 day ago

tismofied commented 1 day ago

I see there is a compose.yaml but I don't see an image in it?

Cybrarist commented 22 hours ago

you can get the image you want from the following link https://hub.docker.com/r/cybrarist/discount-bandit

tismofied commented 22 hours ago

Can I pull by latest?

Cybrarist commented 22 hours ago

yes you can, but you need to specify the platform so either latest-amd64 or latest-arm.

tismofied commented 22 hours ago

Sweet. Thank you and free palestine ya rab. 💪

tismofied commented 6 hours ago

yes you can, but you need to specify the platform so either latest-amd64 or latest-arm.

The only way I could pull the image was by using cybrarist/discount-bandit:v3.2-amd64 tag latest-amd64 wouldn't work for me. I have docker running on an LXC container in proxmox

Cybrarist commented 6 hours ago

ok, i am not really sure about LXC, but is there any log file or run log file that you can share.

tismofied commented 6 hours ago

ok, i am not really sure about LXC, but is there any log file or run log file that you can share.

no matching manifest for linux/amd64 in the manifest list entries I am using dockge btw. I am not using portainer I can use the version tag but I am just worried I forget about updating the image in terms of security updates lol

Cybrarist commented 6 hours ago

i haven't dealt with dockage before tbh, but it's weird that it doesn't see the amd64.

can you share with me the full image name , or command passed to download the image and run the container.

tismofied commented 6 hours ago

i haven't dealt with dockage before tbh, but it's weird that it doesn't see the amd64.

can you share with me the full image name , or command passed to download the image and run the container.

ok this weird. I promise I tried like this 2-3 times with latest-amd64 tag and it was throwing that error but now it seems to be working Screenshot 2024-10-25 at 08-30-18 Dockge - 192 168 10 163 5001

Cybrarist commented 5 hours ago

as long as it works then it's great. if you encountered the same issue again, please append to this issue with the log so i can investigate further 😄

tismofied commented 5 hours ago

as long as it works then it's great.

if you encountered the same issue again, please append to this issue with the log so i can investigate further 😄

Will do thank you. Since you're in front of your computer, I have another question about ntfy. Where do I put my selfhosted server?

Cybrarist commented 5 hours ago

you can put it on the same machine, as long as it's visible from discount bandit then it will be fine.

if you are running on 3.2 then you can pass NTFY_BASE_URL='https://ip/', but if you are running on latest, i am not sure i fixed that issue.

update: yea, i didn't fix that issue before 3.2, so you need to use ntfy.sh for now, or you can use 3.2, until i push it to master