Compare commits

..

3 Commits

Author SHA1 Message Date
914ce8c0e5 build 2025-10-31 13:03:11 +01:00
c2e3658303 build 2025-10-27 09:39:04 +01:00
e4ea354f75 build 2025-10-27 09:17:06 +01:00
4 changed files with 8 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
# You can find documentation for all the supported env variables at https://docs.immich.app/install/environment-variables # You can find documentation for all the supported env variables at https://docs.immich.app/install/environment-variables
# The location where your uploaded files are stored # The location where your uploaded files are stored
UPLOAD_LOCATION=/media/nas/nas-qda_1/immich/library UPLOAD_LOCATION=/media/nas/qda_1/immich/library
# The location where your database files are stored. Network shares are not supported for the database # The location where your database files are stored. Network shares are not supported for the database
DB_DATA_LOCATION=/share/docker_data/immich/db DB_DATA_LOCATION=/share/docker_data/immich/db

View File

@@ -20,7 +20,7 @@ services:
# Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file # Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file
- ${UPLOAD_LOCATION}:/data - ${UPLOAD_LOCATION}:/data
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
- /media/nas/nas-photo:/mnt/photos2 - /media/nas/photo:/mnt/photos2
env_file: env_file:
- .env - .env
ports: ports:

View File

@@ -15,10 +15,10 @@ SECRET_KEY=T1GSGDDBVRYF7UR7
SUBNET=192.168.205.0/24 SUBNET=192.168.205.0/24
# Main mail domain # Main mail domain
DOMAIN=sectorq.eu DOMAIN=mail.sectorq.eu
# Hostnames for this server, separated with commas # Hostnames for this server, separated with commas
HOSTNAMES=sectorq.eu,mail.sectorq.eu HOSTNAMES=mail.sectorq.eu,sectorq.eu
# Postmaster local part (will append the main mail domain) # Postmaster local part (will append the main mail domain)
POSTMASTER=admin POSTMASTER=admin

View File

@@ -89,3 +89,6 @@ services:
image: ${DOCKER_REGISTRY:-}ghcr.io/nextcloud/nextcloud-appapi-harp:release image: ${DOCKER_REGISTRY:-}ghcr.io/nextcloud/nextcloud-appapi-harp:release
networks: networks:
- nextcloud_network - nextcloud_network
labels:
wud.watch: true
wud.watch.digest: true