Update Photography_Containers/immich/compose.yaml
This commit is contained in:
@@ -71,8 +71,6 @@ services:
|
|||||||
database:
|
database:
|
||||||
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
|
||||||
networks:
|
|
||||||
- immich_network
|
|
||||||
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
|
# 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:
|
||||||
@@ -89,6 +87,8 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
disable: false
|
disable: false
|
||||||
|
networks:
|
||||||
|
- immich_network
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
traefik_network:
|
traefik_network:
|
||||||
|
|||||||
Reference in New Issue
Block a user