18 lines
320 B
TOML
18 lines
320 B
TOML
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" |