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

Feature request: Specify input and output files by ENV #253

Open
mpfl opened this issue Jan 12, 2024 · 0 comments
Open

Feature request: Specify input and output files by ENV #253

mpfl opened this issue Jan 12, 2024 · 0 comments

Comments

@mpfl
Copy link

mpfl commented Jan 12, 2024

I have a single NFS share (media) with subfolders I'd like to use for input (audiobooks-raw) and output (audiobooks).

It would be great to be able to specify these input and output folders when spinning up the container for the first time, such as:

services:
  bragi:
    ...
    volumes:
      media:/media
    environment:
      - INPUT=/media/audiobooks-raw
      - OUTPUT=/media/audiobooks
    ...

volumes:
  media:
    external: true
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

1 participant