Compare commits

..

No commits in common. "e43d155ea9623ff0bae55cb98676f6314a3b8efd" and "201c8570634fe50a84117327c450fcdfb24d7d2f" have entirely different histories.

4 changed files with 2 additions and 5 deletions

View file

@ -11,7 +11,6 @@ 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:16
image: postgres:12.3
restart: always
env_file:
- .env

View file

@ -10,8 +10,6 @@ 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_psql
POSTGRES_HOST=rick_db
POSTGRES_DB=tandoor
POSTGRES_PORT=5432
POSTGRES_USER=psql