Adds immich, puts redis/database on NVME, uses postgres for wallabag and nextcloud, adds backup services
This commit is contained in:
6
services/gitea/backup-database.service
Normal file
6
services/gitea/backup-database.service
Normal file
@@ -0,0 +1,6 @@
|
||||
[Unit]
|
||||
Description=Backups the Gitea database
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/opt/bin/backup-postgres.sh
|
||||
10
services/gitea/backup-database.timer
Normal file
10
services/gitea/backup-database.timer
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Timer for the backup-database service
|
||||
|
||||
[Timer]
|
||||
OnCalendar=12:00:00
|
||||
Persistent=true
|
||||
Unit=backup-database.service
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Reference in New Issue
Block a user