Setting up via Docker in Unraid: logs are never populated once Redis info is provided #35
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Investigation
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
spotizerrphoenix/spotizerr-phoenix#35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I set this up on my Unraid server via docker, and it seemed to work enough for me to do spotify-auth. However, I realized that I had completely missed the Redis step. I then had to learn what Redis is, get a container for it, and make sure that it's running in the logs.
Now when I enter my Redis container name into the docker compose, spotizerr never populates anything in its logs. Just completely empty. The last log entry was earlier today before I set up Redis. After that, nothing.
Is there something I'm supposed to do with Redis to make it functional with spotizerr? I don't see any mention of it in the docs.
I'm not sure how container deployment works in Unraid, but you should at least post your
docker-compose.yamland.envfiles so we can see what might be wrong. Also, your Spotizerr logs.In your
.env, make sureREDIS_HOSTmatches the Redis service name in your compose file.So, if the redis service in your compose file looks like:
The redis connection in your
.envshould look like:You don't have to learn it if you don't know what it is. You should redo the process, delete your spotizerr, and prune redis-data.
That's because you don't need to do anything with the Redis service. You're only expected to interact with the Spotizerr service. The Spotizerr app will set up the database automatically on the first run.