• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

v4 Bulk Updater Binding in Docker

user_c5927

Chevereto Member
Carrying on from {https://chevereto.com/community/threads/v3-docker-compose-bulk-import.14258/} i need some clarification.
I'm not sure how to format the Volume entry in prod.yml so i can map/bind a folder on my disk to the equivalent var/www/html/importing/parse-albums that Bulk Update appears to use. I'm constantly faced with: Nothing parsed in '/var/www/html/importing/parse-album' no matter what i try.

Extract
volumes:
- storage:/var/www/html/images/:ro
- assets:/var/www/html/_assets/:ro
- type: bind
source: ${PWD}/httpd/httpd.conf
target: /usr/local/apache2/conf/httpd.conf
- type: bind
source: localpath
target: /var/www/html/importing/parse-albums


the above does not work for me, if i create a folder called localpath in root/v4-docker-production/ the docker image creates etc (if i don't it errors warning localpath doesn't exist) but no matter how i parse, folders or directories i always get an indication 'The directory is already empty' in /var/www/html/importing/parse-albums yet i am insert an album with images. Evidently i'm doing this wrong.

I'm so close but the sheer volume of albums means i have to use bulk updater so i'm determined to get past this last hurdle.
 
Back
Top