omnivore-app / omnivore

Omnivore is a complete, open source read-it-later solution for people who like reading.
https://omnivore.app
GNU Affero General Public License v3.0
13.99k stars 1.02k forks source link

fix: Quoted redis url in compose causing error #4378

Open emilknievel opened 2 months ago

emilknievel commented 2 months ago

When following the readme to run the app through docker compose the following error gets spammed in the logs:

omnivore-api            | [ioredis] Unhandled error event: Error: connect ENOENT %27redis://redis:6379%27
omnivore-api            |     at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1494:16)
omnivore-api            |     at PipeConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17)

This is most likely caused by the quotes being interpreted.

vercel[bot] commented 2 months ago

@emilknievel is attempting to deploy a commit to the omnivore Team on Vercel.

A member of the Team first needs to authorize it.

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.