1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-22 01:47:08 +02:00

fix: unnecessary .env file usage (#7005)

This commit is contained in:
Jason Rasmussen 2024-02-09 17:45:26 -05:00 committed by GitHub
parent aff71a10e5
commit d0b5623ca7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,8 +66,6 @@ services:
database:
container_name: immich_postgres
image: tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0
env_file:
- .env
environment:
POSTGRES_PASSWORD: ${DB_PASSWORD}
POSTGRES_USER: ${DB_USERNAME}