Compare commits
No commits in common. "e43d155ea9623ff0bae55cb98676f6314a3b8efd" and "201c8570634fe50a84117327c450fcdfb24d7d2f" have entirely different histories.
e43d155ea9
...
201c857063
4 changed files with 2 additions and 5 deletions
|
@ -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"
|
# The Immich version to use. You can pin this to a specific version like "v1.71.0"
|
||||||
IMMICH_VERSION=release
|
IMMICH_VERSION=release
|
||||||
|
|
||||||
DB_HOSTNAME=rick_psql
|
|
||||||
DB_USERNAME=psql
|
DB_USERNAME=psql
|
||||||
DB_PASSWORD=postgres
|
DB_PASSWORD=postgres
|
||||||
DB_DATABASE_NAME=immich
|
DB_DATABASE_NAME=immich
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
rick_psql:
|
rick_psql:
|
||||||
image: postgres:16
|
image: postgres:12.3
|
||||||
restart: always
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
|
|
@ -10,8 +10,6 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- rick_db
|
- rick_db
|
||||||
- tandoor
|
- tandoor
|
||||||
ports:
|
|
||||||
- 30025:8080
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
rick_db:
|
rick_db:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
SECRET_KEY=
|
SECRET_KEY=
|
||||||
ALLOWED_HOSTS=
|
ALLOWED_HOSTS=
|
||||||
DB_ENGINE=django.db.backends.postgresql
|
DB_ENGINE=django.db.backends.postgresql
|
||||||
POSTGRES_HOST=rick_psql
|
POSTGRES_HOST=rick_db
|
||||||
POSTGRES_DB=tandoor
|
POSTGRES_DB=tandoor
|
||||||
POSTGRES_PORT=5432
|
POSTGRES_PORT=5432
|
||||||
POSTGRES_USER=psql
|
POSTGRES_USER=psql
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue