Files
alpine-server-setup/services/immich/immich-postgres.service.toml
2025-10-03 17:11:13 +02:00

20 lines
491 B
TOML

user = "podman"
[service]
name = "immich_postgres"
hostname = "database"
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"