dsf
This commit is contained in:
parent
2c4e6d4f1e
commit
13e2d44bed
2 changed files with 3 additions and 2 deletions
|
|
@ -66,7 +66,8 @@ services:
|
||||||
|
|
||||||
database:
|
database:
|
||||||
container_name: immich_postgres
|
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:
|
environment:
|
||||||
POSTGRES_PASSWORD: ${DB_PASSWORD}
|
POSTGRES_PASSWORD: ${DB_PASSWORD}
|
||||||
POSTGRES_USER: ${DB_USERNAME}
|
POSTGRES_USER: ${DB_USERNAME}
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ services:
|
||||||
RAM_SIZE: "4G"
|
RAM_SIZE: "4G"
|
||||||
CPU_CORES: "4"
|
CPU_CORES: "4"
|
||||||
DISK_SIZE: "64G"
|
DISK_SIZE: "64G"
|
||||||
DISK2_SIZE: "128G"
|
DISK2_SIZE: "256G"
|
||||||
USERNAME: "traveler"
|
USERNAME: "traveler"
|
||||||
PASSWORD: "H@rvey"
|
PASSWORD: "H@rvey"
|
||||||
# QEMU_OPTS: "-drive file=/disk/data.vhd,format=vpc,if=virtio"
|
# QEMU_OPTS: "-drive file=/disk/data.vhd,format=vpc,if=virtio"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue