mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Read database connection parameters from environment
This commit is contained in:
parent
3d2d6b0ea6
commit
780bc8a512
4 changed files with 17 additions and 4 deletions
|
|
@ -11,6 +11,11 @@ services:
|
|||
environment:
|
||||
- CLIENT_ID
|
||||
- TOKEN
|
||||
- "DATABASE_USER=postgres"
|
||||
- "DATABASE_PASS=postgres"
|
||||
- "DATABASE_NAME=postgres"
|
||||
- "DATABASE_HOST=db"
|
||||
- "DATABASE_PORT=5432"
|
||||
restart: always
|
||||
api:
|
||||
build: src/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue