Add an immich server

This commit is contained in:
2025-10-11 14:49:45 +11:00
parent b53bfe4075
commit e2562ce4b0
4 changed files with 176 additions and 4 deletions

View File

@@ -13,7 +13,10 @@ job "postgres" {
driver = "docker"
config {
image = "postgres:latest"
# Temporarily pin to v17 as v18 moved the default data directory and immich doesn't officially support it yet
# immich also needs >= 0.3.0, < 0.5.0. https://docs.immich.app/administration/postgres-standalone/#prerequisites
#image = "postgres:17"
image = "tensorchord/vchord-postgres:pg17-v0.4.3"
ports = ["db"]
volumes = [
@@ -35,7 +38,7 @@ job "postgres" {
resources {
cpu = 500
memory = 512
memory = 1024
}
template {