Develop: Update compose.nvidia.yaml and compose.intel.yaml #4986

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-05-05 09:05:55 +02:00
parent a55b3ecc9c
commit f50bae84b1
2 changed files with 4 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ services:
- dummy-webdav
- dummy-oidc
stop_grace_period: 10s
privileged: true
security_opt:
- seccomp:unconfined
- apparmor:unconfined
@@ -124,6 +125,7 @@ services:
- ".:/go/src/github.com/photoprism/photoprism"
- "./storage:/photoprism"
- "go-mod:/go/pkg/mod"
mariadb:
extends:
file: ./compose.yaml

View File

@@ -9,6 +9,7 @@ services:
- dummy-webdav
- dummy-oidc
stop_grace_period: 10s
privileged: true
security_opt:
- seccomp:unconfined
- apparmor:unconfined
@@ -143,6 +144,7 @@ services:
- driver: "nvidia"
capabilities: [gpu]
count: 1
mariadb:
extends:
file: ./compose.yaml