Update Photography_Containers/immich/compose.yaml
This commit is contained in:
@@ -17,6 +17,7 @@ services:
|
||||
- /mnt/smb_share_pics:/mnt/smb_share_pics:ro
|
||||
env_file:
|
||||
- .env
|
||||
# Comment out enviroment if using the DB_Password stored in the .env file. This is needed for Dockhand for passing in the secret
|
||||
environment:
|
||||
DB_PASSWORD:
|
||||
ports:
|
||||
@@ -27,10 +28,11 @@ services:
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
disable: false
|
||||
#Can comment out if not using Flame Dashboard
|
||||
labels:
|
||||
- flame.type=application # "app" works too
|
||||
- flame.name=Immich
|
||||
- flame.url=http://immich.gabesville.internal
|
||||
- flame.url=http://immich.gabesville.internal #Adjust to your domain or IP
|
||||
- flame.icon=custom
|
||||
|
||||
immich-machine-learning:
|
||||
@@ -60,6 +62,7 @@ services:
|
||||
container_name: immich_postgres
|
||||
image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:bcf63357191b76a916ae5eb93464d65c07511da41e3bf7a8416db519b40b1c23
|
||||
environment:
|
||||
# Comment out DB_Password and uncomment POSTGRES_PASSWORD if using DB_Password stored in the .env file. This is needed for Dockhand for passing in the secret
|
||||
DB_PASSWORD:
|
||||
#POSTGRES_PASSWORD: ${DB_PASSWORD}
|
||||
POSTGRES_USER: ${DB_USERNAME}
|
||||
|
||||
Reference in New Issue
Block a user