Supports Apple Time Machine backup by using netatalk to look like a time capsule.
Features:
Authenticate to the Time Capsule volume using user timecapsule
and password timecapsule
. Due to the fixed password, do not expose this service to untrusted environments.
Example docker-compose.yml
:
version: "2"
volumes:
timecapsule:
services:
timecapsule:
image: pdouble16/timecapsule:3.1.11
restart: always
ports:
- "548:548"
environment:
- VOLSIZELIMIT=1000000
volumes:
- timecapsule:/backup