renamed metadata name to _infra

This commit is contained in:
ladislav.dusa
2025-10-10 15:29:29 +02:00
parent cb644a2bd7
commit 1bd7791525

View File

@@ -20,8 +20,8 @@ services:
"$$Chksum" = '0' ] || exit 1 "$$Chksum" = '0' ] || exit 1
image: ${DOCKER_REGISTRY:-}docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0 image: ${DOCKER_REGISTRY:-}docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0
labels: labels:
wud.watch: true #### wud.watch: true
wud.watch.digest: true # wud.watch.digest: true
restart: ${RESTART:-unless-stopped} restart: ${RESTART:-unless-stopped}
volumes: volumes:
- /share/docker_data/immich/db:/var/lib/postgresql/data - /share/docker_data/immich/db:/var/lib/postgresql/data
@@ -36,8 +36,8 @@ services:
disable: false disable: false
image: ${DOCKER_REGISTRY:-}ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release} image: ${DOCKER_REGISTRY:-}ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}
labels: labels:
wud.watch: true ## wud.watch: true
wud.watch.digest: true # wud.watch.digest: true
restart: ${RESTART:-unless-stopped} restart: ${RESTART:-unless-stopped}
volumes: volumes:
- model-cache:/cache - model-cache:/cache
@@ -66,8 +66,8 @@ services:
homepage.widget.type: ${APPNAME} homepage.widget.type: ${APPNAME}
homepage.widget.url: https://${APPNAME}.sectorq.eu homepage.widget.url: https://${APPNAME}.sectorq.eu
homepage.widget.version: '2' homepage.widget.version: '2'
wud.watch: true #wud.watch: true
wud.watch.digest: true # wud.watch.digest: true
ports: ports:
- 2283:2283 - 2283:2283
restart: ${RESTART:-unless-stopped} restart: ${RESTART:-unless-stopped}