better conf instructions

This commit is contained in:
2026-01-24 20:44:53 -07:00
parent 4d40d4b06c
commit b4711953bc
5 changed files with 20 additions and 16 deletions
+7 -6
View File
@@ -1,5 +1,6 @@
# WARNING: Environment file doesn't work.
# While not strictly necessary, you should change PASSWORD.
# TODO set volume directories
# TODO change ALL_CAPS environment variables in all locations
# note: environment files won't work here
volumes:
UPLOAD_LOCATION:
@@ -37,11 +38,11 @@ services:
environment:
TZ: America/Denver
IMMICH_VERSION: v2
DB_PASSWORD: PASSWORD
DB_PASSWORD: YOUR_PASSWORD
DB_USERNAME: postgres
DB_DATABASE_NAME: immich
ports:
- '2283:2283'
# ports:
# - '2283:2283'
depends_on:
- redis
- database
@@ -77,7 +78,7 @@ services:
container_name: immich_postgres
image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:bcf63357191b76a916ae5eb93464d65c07511da41e3bf7a8416db519b40b1c23
environment:
POSTGRES_PASSWORD: PASSWORD
POSTGRES_PASSWORD: YOUR_PASSWORD
POSTGRES_USER: postgres
POSTGRES_DB: immich
POSTGRES_INITDB_ARGS: '--data-checksums'