mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2026-03-14 22:30:01 +01:00
build
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
image: ${DOCKER_REGISTRY:-}ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
|
image: ${DOCKER_REGISTRY:-}ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
|
||||||
# devices:
|
devices:
|
||||||
# - /dev/dri:/dev/dri
|
- /dev/dri:/dev/dri
|
||||||
# group_add:
|
group_add:
|
||||||
# - video
|
- video
|
||||||
# - 993
|
- 993
|
||||||
volumes:
|
volumes:
|
||||||
- ${UPLOAD_LOCATION}:/data
|
- ${UPLOAD_LOCATION}:/data
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
@@ -40,10 +40,10 @@ services:
|
|||||||
- node.role == manager
|
- node.role == manager
|
||||||
machine-learning:
|
machine-learning:
|
||||||
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}
|
||||||
# device_cgroup_rules:
|
device_cgroup_rules:
|
||||||
# - 'c 189:* rmw'
|
- 'c 189:* rmw'
|
||||||
# devices:
|
devices:
|
||||||
# - /dev/dri:/dev/dri
|
- /dev/dri:/dev/dri
|
||||||
volumes:
|
volumes:
|
||||||
- model-cache:/cache
|
- model-cache:/cache
|
||||||
- /dev/bus/usb:/dev/bus/usb
|
- /dev/bus/usb:/dev/bus/usb
|
||||||
|
|||||||
Reference in New Issue
Block a user