init all current docker compose files

This commit is contained in:
theoleuthardt 2025-07-16 11:11:24 +00:00
parent 3694b45ece
commit adc70638d1
12 changed files with 432 additions and 0 deletions

View file

@ -0,0 +1,21 @@
name: time-machine
services:
timemachine:
restart: always
container_name: timemachine
network_mode: host
environment:
- TM_USERNAME=timemachine
- TM_GROUPNAME=timemachine
- PASSWORD=timemachine
- TM_UID=1000
- TM_GID=1000
- SET_PERMISSIONS=false
- VOLUME_SIZE_LIMIT=0
volumes:
- time_machine_data:/opt/timemachine
tmpfs: /run/samba
image: mbentley/timemachine:smb
volumes:
time_machine_data:
external: true