This commit is contained in:
traveler 2025-11-13 20:47:56 -06:00
parent 2c4e6d4f1e
commit 13e2d44bed
2 changed files with 3 additions and 2 deletions

View file

@ -66,7 +66,8 @@ services:
database:
container_name: immich_postgres
image: docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0
#image: docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0
image: ghcr.io/immich-app/postgres:15-vectorchord
environment:
POSTGRES_PASSWORD: ${DB_PASSWORD}
POSTGRES_USER: ${DB_USERNAME}

View file

@ -17,7 +17,7 @@ services:
RAM_SIZE: "4G"
CPU_CORES: "4"
DISK_SIZE: "64G"
DISK2_SIZE: "128G"
DISK2_SIZE: "256G"
USERNAME: "traveler"
PASSWORD: "H@rvey"
# QEMU_OPTS: "-drive file=/disk/data.vhd,format=vpc,if=virtio"