Add immich
This commit is contained in:
19
services/immich/immich-postgres.service.toml
Normal file
19
services/immich/immich-postgres.service.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
user = "podman"
|
||||
|
||||
[service]
|
||||
name = "immich_postgres"
|
||||
image = "ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:41eacbe83eca995561fe43814fd4891e16e39632806253848efaf04d3c8a8b84"
|
||||
|
||||
[[network]]
|
||||
name = "immich"
|
||||
group = "caddy"
|
||||
|
||||
[[volumes]]
|
||||
source = "/mnt/ssd/immich-postgres"
|
||||
target = "/var/lib/postgresql/data"
|
||||
|
||||
[environment]
|
||||
POSTGRES_USER = "immich"
|
||||
POSTGRES_PASSWORD = "EBYUcFlxwocGSL2"
|
||||
POSTGRES_DB = "immich"
|
||||
POSTGRES_INITDB_ARGS = "--data-checksums"
|
||||
Reference in New Issue
Block a user