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 build downloads videos to unknown location #44

Open
gerroon opened this issue Dec 4, 2018 · 2 comments
Open

Docker build downloads videos to unknown location #44

gerroon opened this issue Dec 4, 2018 · 2 comments

Comments

@gerroon
Copy link

gerroon commented Dec 4, 2018

Hi

I am trying to to use the Docker build, it seems to work but I cant figure out where it is downloading the file.

It is definetely not downloading them to "data/videos" It sure downloads them, I see them in the Ui.

Here is the relevant yaml File

version: '3.1'

services:
  nginx:
    image: nginx:latest
    volumes:
      - ./docker/nginx:/etc/nginx/conf.d/
      - ./app/YtManagerApp/static:/www/static
      - /media/O/MEDIA/YTSM_MEDIA:/www/media
    ports:
      - "8001:80"
    depends_on:
      - web

  web:
    build: .
    tty: true
    ports:
      - "8000:8000"
    volumes:
      - /opt/ytsm/config:/usr/src/ytsm/config
      - /media/O/MEDIA/YTSM_MEDIA/data:/usr/src/ytsm/data

So where is the downloaded files?

@gerroon
Copy link
Author

gerroon commented Dec 5, 2018

I started from scratch., there are definetely no videos under "/media/O/MEDIA/YTSM_MEDIA/data/videos".

I think that there is an issue with volume mapping with this docker setup

@gerroon
Copy link
Author

gerroon commented Dec 5, 2018

I found the videos under

/media/DRIVE/docker/aufs/diff/01c7f4508303de82bad1f782f028163ca6f688c85744e15a9b6815dee530f99a/media/O/MEDIA/...........

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