Adds immich

This commit is contained in:
2025-11-10 21:53:13 +01:00
parent 5fc4fbcef3
commit 7b21388adc
16 changed files with 151 additions and 14 deletions

View File

@@ -0,0 +1,7 @@
[Volume]
Copy=true
Device=/var/mnt/nas/containers/wallabag/storage/data
Driver=local
Options=bind
Type=none
VolumeName=wallabag-data

View File

@@ -30,6 +30,7 @@ Secret=database-root-password,type=env,target=MYSQL_ROOT_PASSWORD
Secret=database-password,type=env,target=SYMFONY__ENV__DATABASE_PASSWORD
StartWithPod=true
Timezone=Europe/Zurich
Volume=wallabag-data.volume:/var/www/wallabag/data
Volume=wallabag-images.volume:/var/www/wallabag/web/assets/images
[Service]