mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-10-29 17:50:07 +01:00
renamed metadata name to _infra
This commit is contained in:
@@ -20,8 +20,8 @@ services:
|
||||
"$$Chksum" = '0' ] || exit 1
|
||||
image: ${DOCKER_REGISTRY:-}docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0
|
||||
labels:
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
#### wud.watch: true
|
||||
# wud.watch.digest: true
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
volumes:
|
||||
- /share/docker_data/immich/db:/var/lib/postgresql/data
|
||||
@@ -36,8 +36,8 @@ services:
|
||||
disable: false
|
||||
image: ${DOCKER_REGISTRY:-}ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}
|
||||
labels:
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
## wud.watch: true
|
||||
# wud.watch.digest: true
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
volumes:
|
||||
- model-cache:/cache
|
||||
@@ -66,8 +66,8 @@ services:
|
||||
homepage.widget.type: ${APPNAME}
|
||||
homepage.widget.url: https://${APPNAME}.sectorq.eu
|
||||
homepage.widget.version: '2'
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
#wud.watch: true
|
||||
# wud.watch.digest: true
|
||||
ports:
|
||||
- 2283:2283
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
|
||||
Reference in New Issue
Block a user