Add database port to docker env, and fix jwt command
This commit is contained in:
parent
62fcfc8f19
commit
37965f33cd
|
@ -6,3 +6,4 @@ DB_HOST="database"
|
|||
DB_DATABASE="postgres"
|
||||
DB_USERNAME="postgres"
|
||||
DB_PASSWORD="postgres"
|
||||
DB_PORT=5432
|
||||
|
|
Loading…
Reference in New Issue