Skip to content

Instantly share code, notes, and snippets.

@mr337
Created October 30, 2023 15:39
Show Gist options
  • Save mr337/6df622da4ce46872250704f64b823fe8 to your computer and use it in GitHub Desktop.
Save mr337/6df622da4ce46872250704f64b823fe8 to your computer and use it in GitHub Desktop.
ICloudPD Backup
icloudbackup_lee:
image: boredazfcuk/icloudpd
container_name: icloudbackup_lee
restart: always
healthcheck:
test: /usr/local/bin/healthcheck.sh
start_period: 30s
volumes:
- ${HOME}/docker/icloudbackup_lee/config:/config
- ${HOME}/photo/Lee/icloud_backup:/data
env_file:
- apple.lee.env # only the apple_id or email is specified, and push over config
environment:
- user=mr337
- user_id=1026
- group=systemd-journal
- group_id=101
- file_permissions=644
- synchronisation_interval=604800
- download_path=/data
- folder_structure={:%Y/%m}
- authentication_type=2FA
- convert_heic_to_jpeg=""
- jpeg_quality=100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment