mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-18 22:49:51 +00:00
changed installscript and docker-compose to install minIO
This commit is contained in:
parent
6af87713f0
commit
a199f19ff4
3 changed files with 83 additions and 27 deletions
|
@ -8,5 +8,30 @@
|
|||
"echo migrating database",
|
||||
"yarn prisma migrate dev --name init"
|
||||
],
|
||||
"requiredKeys": ["DATABASE_URL", "TOKEN_SECRET", "DB_USER", "DB_PASSWORD"]
|
||||
"requiredKeys": [
|
||||
{ "name": "DATABASE_URL", "generated": true },
|
||||
{ "name": "TOKEN_SECRET", "generated": true },
|
||||
{
|
||||
"name": "DB_USER",
|
||||
"generated": false,
|
||||
"default": "postgres",
|
||||
"hide": false
|
||||
},
|
||||
{
|
||||
"name": "DB_PASSWORD",
|
||||
"generated": false,
|
||||
"hide": true
|
||||
},
|
||||
{
|
||||
"name": "MINIO_USER",
|
||||
"generated": false,
|
||||
"default": "minIO",
|
||||
"hide": false
|
||||
},
|
||||
{
|
||||
"name": "MINIO_PASSWORD",
|
||||
"generated": false,
|
||||
"hide": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue