mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Develop: Update compose.nvidia.yaml and compose.intel.yaml #4986
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
a55b3ecc9c
commit
f50bae84b1
2 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue