mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Add backup config and fix timezone in containers
This commit is contained in:
parent
9f7679c7aa
commit
fe296230a8
15 changed files with 73 additions and 13 deletions
|
|
@ -1,9 +1,4 @@
|
|||
---
|
||||
- name: Create fullBackup.sh
|
||||
template:
|
||||
src: fullBackup.sh
|
||||
dest: /root/fullBackup.sh
|
||||
mode: 0700
|
||||
- name: Create dockerComposeAll.sh
|
||||
template:
|
||||
src: dockerComposeAll.sh
|
||||
|
|
@ -18,4 +13,4 @@
|
|||
template:
|
||||
src: updateAll.sh
|
||||
dest: /root/updateAll.sh
|
||||
mode: 0700
|
||||
mode: 0700
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue