This commit is contained in:
Peter Smit
2025-02-25 08:35:12 +01:00
parent d9e6e98d92
commit 0d35e83d96
2 changed files with 1 additions and 1 deletions

View File

@@ -1,7 +1,6 @@
UPLOAD_LOCATION= UPLOAD_LOCATION=
IMMICH_DB_LOCATION= IMMICH_DB_LOCATION=
DB_HOSTNAME=
DB_USERNAME= DB_USERNAME=
DB_PASSWORD= DB_PASSWORD=
DB_DATABASE_NAME= DB_DATABASE_NAME=

View File

@@ -6,6 +6,7 @@ services:
ports: ports:
- 3043:80 - 3043:80
volumes: volumes:
#TODO change this to a more appropriate location
- "./data:/app/backend/data" - "./data:/app/backend/data"
# Optional healthcheck # Optional healthcheck
healthcheck: healthcheck: