Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
volumes:
# Set the BENETECH_DATA_LOCATION environment variable to the path
# on your host machine where you placed the source data
- "${BENETECH_DATA_LOCATION:?\n\nPlease set \"BENETECH_DATA_LOCATION\" environment variable to the root folder of your video files.}:/project/data"
- "${BENETECH_DATA_LOCATION:?Please set \"BENETECH_DATA_LOCATION\" environment variable to the root folder of your video files.}:/project/data"
# You can specify BENETECH_FILE_STORAGE_DIRECTORY environment variable to
# keep template examples in a specific directory in your host fs.
- "${BENETECH_FILE_STORAGE_DIRECTORY:-file-storage}:/project/file-storage"
Expand Down Expand Up @@ -93,7 +93,7 @@ services:
volumes:
# Set the BENETECH_DATA_LOCATION environment variable to the path
# on your host machine where you placed the source data
- "${BENETECH_DATA_LOCATION:?\n\nPlease set \"BENETECH_DATA_LOCATION\" environment variable to the root folder of your video files.}:/project/data"
- "${BENETECH_DATA_LOCATION:?Please set \"BENETECH_DATA_LOCATION\" environment variable to the root folder of your video files.}:/project/data"
# You may want to set BENETECH_TASK_LOGS environment variable to
# keep pipeline logs in a specific directory in your host fs.
- "${BENETECH_TASK_LOGS:-pipeline-logs}:/project/pipeline-logs"
Expand Down Expand Up @@ -130,7 +130,7 @@ services:
volumes:
# Set the BENETECH_DATA_LOCATION environment variable to the path
# on your host machine where you placed your video files
- "${BENETECH_DATA_LOCATION:?\n\nPlease set \"BENETECH_DATA_LOCATION\" environment variable to the root folder of your video files.}:/project/data"
- "${BENETECH_DATA_LOCATION:?Please set \"BENETECH_DATA_LOCATION\" environment variable to the root folder of your video files.}:/project/data"
# You may want to set BENETECH_TASK_LOGS environment variable to
# keep pipeline logs in a specific directory in your host fs.
- "${BENETECH_TASK_LOGS:-pipeline-logs}:/project/pipeline-logs"
Expand Down