Add immich
This commit is contained in:
25
services/immich/immich-server.service.toml
Normal file
25
services/immich/immich-server.service.toml
Normal file
@@ -0,0 +1,25 @@
|
||||
user = "podman"
|
||||
|
||||
[service]
|
||||
name = "immich_server"
|
||||
image = "ghcr.io/immich-app/immich-server:release"
|
||||
depend = ["immich_redis.service", "immich_postgres.service"]
|
||||
|
||||
[[network]]
|
||||
name = "immich"
|
||||
group = "caddy"
|
||||
|
||||
[[mounts]]
|
||||
typ = "bind"
|
||||
source = "/etc/localtime"
|
||||
target = "/etc/localtime"
|
||||
readonly = true
|
||||
|
||||
[[volumes]]
|
||||
source = "/mnt/ssd/immich"
|
||||
target = "/data"
|
||||
|
||||
[environment]
|
||||
DB_USERNAME = "immich"
|
||||
DB_PASSWORD = "EBYUcFlxwocGSL2"
|
||||
DB_DATABASE_NAME = "immich"
|
||||
Reference in New Issue
Block a user