Gmail, Google Photos, and Google Drive will remain the source-of-truth for all of the things I listed above. I pay for Google Drive and Google Photos storage but I can only access original files for Drive. version : " 3.6" services : portainer : container_name : portainer image : portainer/portainer command : -H unix:///var/run/docker.sock restart : always ports : - " 11080:9000" volumes : - ${USERDIR}/docker/portainer/data:/data - /var/run/docker.sock:/var/run/docker.sock environment : - TZ=${TZ} netdata : container_name : netdata image : netdata/netdata restart : unless-stopped hostname : netdata ports : - 19999:19999 environment : - PGID=998 #docker group cap_add : - SYS_PTRACE security_opt : - apparmor:unconfined volumes : - ${USERDIR}/docker/netdata:/etc/netdata:ro # For monitoring:…