docker-jottacloud
docker-jottacloud copied to clipboard
added docker compose file
[!NOTE] Adds
docker-compose.ymldefining ajottacloudservice with env vars and volume mounts for backups usingbluet/jottacloud.
- Docker Compose:
- Adds
docker-compose.ymlwithjottacloudservice (container_name: jottacloud-cli).- Configures environment variables:
JOTTA_TOKEN,JOTTA_DEVICE,JOTTA_SCANINTERVAL,LOCALTIME.- Mounts volumes for data/config (
./:/data/jottad,./.ignore,./jottad.env) and backup source (/home/->/backup/home).- Uses image
bluet/jottacloud.Written by Cursor Bugbot for commit 486de2603e99ff070ee0355263d4650dd8a580bf. This will update automatically on new commits. Configure here.
Summary by CodeRabbit
Release Notes
-
Chores
- Added Docker Compose configuration for streamlined deployment and development. Includes a pre-configured service with support for environment-based customization, volume mappings for data and backup directories, automated scanning intervals, and timezone settings for quick setup.
Thanks for the PR @John-Richardson
Could you move those settings into .env (and provide a example.env)? Thanks!