mirror of
https://github.com/theoleuthardt/homelab-docker-compose.git
synced 2026-06-05 15:41:07 +00:00
init all current docker compose files
This commit is contained in:
parent
3694b45ece
commit
adc70638d1
12 changed files with 432 additions and 0 deletions
21
time-machine-config/docker-compose.yaml
Normal file
21
time-machine-config/docker-compose.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue