changed app linkace: added sqlite env variable
This commit is contained in:
parent
060734612f
commit
0f8b7e9b72
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,8 @@
|
|||
"internalPort": 80,
|
||||
"environment": [
|
||||
{ "key": "APP_KEY", "value": "base64:f6pz5BcY1ITOy0xkcO+8NrtaGXlZqFAX2YmZmgxkoFA="},
|
||||
{ "key": "DB_CONNECTION", "value": "sqlite"}
|
||||
{ "key": "DB_CONNECTION", "value": "sqlite"},
|
||||
{ "key": "DB_DATABASE", "value": "/app/database/database.sqlite"}
|
||||
],
|
||||
"volumes": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue