mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Fix API
This commit is contained in:
parent
8692a0dbbf
commit
2fbb3adb08
2 changed files with 15 additions and 1 deletions
|
|
@ -31,6 +31,12 @@ services:
|
|||
restart: always
|
||||
ports:
|
||||
- "2939:8080"
|
||||
environment:
|
||||
- "DATABASE_USER=postgres"
|
||||
- "DATABASE_PASS=postgres"
|
||||
- "DATABASE_NAME=postgres"
|
||||
- "DATABASE_HOST=db"
|
||||
- "DATABASE_PORT=5432"
|
||||
db:
|
||||
image: postgres:alpine
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue