Adds immich, puts redis/database on NVME, uses postgres for wallabag and nextcloud, adds backup services
This commit is contained in:
@@ -7,12 +7,17 @@ ContainerName=paperless-database
|
||||
Environment=POSTGRES_USER=paperless
|
||||
Environment=POSTGRES_DB=paperless
|
||||
Environment=TZ=Europe/Zurich
|
||||
HealthCmd=pg_isready -U paperless
|
||||
HealthInterval=30s
|
||||
HealthTimeout=10s
|
||||
HealthRetries=5
|
||||
Image=docker.io/library/postgres:18
|
||||
Pod=paperless.pod
|
||||
Secret=database-password,type=env,target=POSTGRES_PASSWORD
|
||||
StartWithPod=true
|
||||
Timezone=Europe/Zurich
|
||||
Volume=paperless-database.volume:/var/lib/postgresql
|
||||
Volume=/var/mnt/nas/containers/paperless/storage/database-backup:/backup
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
||||
Reference in New Issue
Block a user