Adds immich, puts redis/database on NVME, uses postgres for wallabag and nextcloud, adds backup services
This commit is contained in:
@@ -18,6 +18,7 @@ Secret=database-password,type=env,target=POSTGRES_PASSWORD
|
||||
StartWithPod=true
|
||||
Timezone=Europe/Zurich
|
||||
Volume=synapse-database.volume:/var/lib/postgresql
|
||||
Volume=/var/mnt/nas/containers/synapse/storage/database-backup:/backup
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
||||
@@ -1,7 +1,2 @@
|
||||
[Volume]
|
||||
Copy=true
|
||||
Device=/var/mnt/nas/containers/synapse/storage/database
|
||||
Driver=local
|
||||
Options=bind
|
||||
Type=none
|
||||
VolumeName=synapse-database
|
||||
|
||||
Reference in New Issue
Block a user