Add immich
This commit is contained in:
18
services/immich/immich-ml.service.toml
Normal file
18
services/immich/immich-ml.service.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
user = "podman"
|
||||
|
||||
[service]
|
||||
name = "immich_machine_learning"
|
||||
image = "ghcr.io/immich-app/immich-machine-learning:release"
|
||||
|
||||
[[network]]
|
||||
name = "immich"
|
||||
group = "caddy"
|
||||
|
||||
[[volumes]]
|
||||
source = "immich-ml-data"
|
||||
target = "/cache"
|
||||
|
||||
[environment]
|
||||
DB_USERNAME = "immich"
|
||||
DB_PASSWORD = "EBYUcFlxwocGSL2"
|
||||
DB_DATABASE_NAME = "immich"
|
||||
Reference in New Issue
Block a user