Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker-Compose #67

Closed
sylphrena0 opened this issue Dec 8, 2021 · 4 comments
Closed

Docker-Compose #67

sylphrena0 opened this issue Dec 8, 2021 · 4 comments

Comments

@sylphrena0
Copy link

I'm having issues deploying via docker-compose. Please advise. This is my compose file:

---
version: '2'

services:
  deezer-downloader:
    image: kmille2/deezer-downloader
    environment:
      - DEEZER_COOKIE_ARL=<arl>
      - DEEZER_FLAC_QUALITY=True
    volumes:
      - /mnt/md0/Music/Collection:/mnt/deezer-downloader
    ports:
      - "8686:5000"
@kmille
Copy link
Owner

kmille commented Dec 8, 2021

Can you please run docker-compose up and show me the output? Without an error message it's hard to help.

@TheodoreGozard
Copy link

Do you need subscription to download in flac ?

@sylphrena0
Copy link
Author

Do you need subscription to download in flac ?

You need a hifi account or trial hifi account with deezer to access flac files.

@kmille
Copy link
Owner

kmille commented May 4, 2022

It doesn't work anymore. See #66 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants