Compare commits

...

4 commits

Author SHA1 Message Date
e43d155ea9
add db 2025-01-19 20:45:12 +01:00
79597f6c09
update version 2025-01-19 20:43:46 +01:00
756d660c33
add ports 2025-01-19 20:41:57 +01:00
d7f7390e46
fix db 2025-01-19 19:56:39 +01:00
4 changed files with 5 additions and 2 deletions

View file

@ -11,6 +11,7 @@ UPLOAD_LOCATION=/opt/immich/library
# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=release
DB_HOSTNAME=rick_psql
DB_USERNAME=psql
DB_PASSWORD=postgres
DB_DATABASE_NAME=immich

View file

@ -1,6 +1,6 @@
services:
rick_psql:
image: postgres:12.3
image: postgres:16
restart: always
env_file:
- .env

View file

@ -10,6 +10,8 @@ services:
networks:
- rick_db
- tandoor
ports:
- 30025:8080
networks:
rick_db:

View file

@ -2,7 +2,7 @@
SECRET_KEY=
ALLOWED_HOSTS=
DB_ENGINE=django.db.backends.postgresql
POSTGRES_HOST=rick_db
POSTGRES_HOST=rick_psql
POSTGRES_DB=tandoor
POSTGRES_PORT=5432
POSTGRES_USER=psql