mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
chore(server): default postgres hostname to compose service name (#9118)
This commit is contained in:
parent
1e34b01986
commit
7ea539b753
4 changed files with 9 additions and 7 deletions
|
|
@ -61,7 +61,7 @@ These environment variables are used by the `docker-compose.yml` file and do **N
|
|||
| Variable | Description | Default | Services |
|
||||
| :---------------------------------- | :----------------------------------------------------------------------- | :----------: | :-------------------- |
|
||||
| `DB_URL` | Database URL | | server, microservices |
|
||||
| `DB_HOSTNAME` | Database Host | `localhost` | server, microservices |
|
||||
| `DB_HOSTNAME` | Database Host | `database` | server, microservices |
|
||||
| `DB_PORT` | Database Port | `5432` | server, microservices |
|
||||
| `DB_USERNAME` | Database User | `postgres` | server, microservices |
|
||||
| `DB_PASSWORD` | Database Password | `postgres` | server, microservices |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue