edit rclone command

This commit is contained in:
t0is 2025-03-03 16:49:12 +01:00
parent c2a7fb16d2
commit 3d93f2d756
2 changed files with 2 additions and 4 deletions

View File

@ -7,6 +7,7 @@ WORKDIR /app
# Copy the entrypoint script into the container
COPY entrypoint.sh .
COPY rclone.conf /root/.config/rclone/rclone.conf
# Make sure the script is executable

View File

@ -5,7 +5,4 @@ services:
# Set your target Google Drive folder ID here.
- DRIVE_FOLDER_ID=1HKPydId23FmOWaT5dzBnDt0ooIMwzDLS
volumes:
# Map your local folder to the container's /shared/transcriptor/clips
- /shared/transcriptor/clips:/shared/transcriptor/clips
# Mount your rclone configuration file containing the Google Drive remote details.
- ./rclone.conf:/root/.config/rclone/rclone.conf:ro