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
|
- /mnt/smb_share_pics:/mnt/smb_share_pics:ro
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .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:
|
environment:
|
||||||
DB_PASSWORD:
|
DB_PASSWORD:
|
||||||
ports:
|
ports:
|
||||||
@@ -27,10 +28,11 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
disable: false
|
disable: false
|
||||||
|
#Can comment out if not using Flame Dashboard
|
||||||
labels:
|
labels:
|
||||||
- flame.type=application # "app" works too
|
- flame.type=application # "app" works too
|
||||||
- flame.name=Immich
|
- flame.name=Immich
|
||||||
- flame.url=http://immich.gabesville.internal
|
- flame.url=http://immich.gabesville.internal #Adjust to your domain or IP
|
||||||
- flame.icon=custom
|
- flame.icon=custom
|
||||||
|
|
||||||
immich-machine-learning:
|
immich-machine-learning:
|
||||||
@@ -60,6 +62,7 @@ services:
|
|||||||
container_name: immich_postgres
|
container_name: immich_postgres
|
||||||
image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:bcf63357191b76a916ae5eb93464d65c07511da41e3bf7a8416db519b40b1c23
|
image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:bcf63357191b76a916ae5eb93464d65c07511da41e3bf7a8416db519b40b1c23
|
||||||
environment:
|
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:
|
DB_PASSWORD:
|
||||||
#POSTGRES_PASSWORD: ${DB_PASSWORD}
|
#POSTGRES_PASSWORD: ${DB_PASSWORD}
|
||||||
POSTGRES_USER: ${DB_USERNAME}
|
POSTGRES_USER: ${DB_USERNAME}
|
||||||
|
|||||||
Reference in New Issue
Block a user