chore(koillection): remove redundant "https enabled" env var
This commit is contained in:
parent
9121195828
commit
4a74dcc624
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"$schema": "../schema.json",
|
||||
"name": "Koillection",
|
||||
"available": true,
|
||||
"port": 8050,
|
||||
|
@ -12,12 +13,8 @@
|
|||
"author": "https://github.com/benjaminjonard",
|
||||
"source": "https://github.com/benjaminjonard/koillection",
|
||||
"website": "https://koillection.github.io/",
|
||||
"supported_architectures": ["amd64", "arm64"],
|
||||
"form_fields": [
|
||||
{
|
||||
"type": "boolean",
|
||||
"label": "https enable",
|
||||
"env_variable": "KOILLECTION_HTTPS_ENABLED"
|
||||
},
|
||||
{
|
||||
"type": "random",
|
||||
"label": "database user",
|
||||
|
|
|
@ -14,7 +14,7 @@ services:
|
|||
environment:
|
||||
- APP_DEBUG=0
|
||||
- APP_ENV=prod
|
||||
- HTTPS_ENABLED={KOILLECTION_HTTPS_ENABLED}
|
||||
- HTTPS_ENABLED={APP_EXPOSED}
|
||||
- UPLOAD_MAX_FILESIZE=20M
|
||||
- PHP_MEMORY_LIMIT=512M
|
||||
- PHP_TZ=${TZ}
|
||||
|
|
Loading…
Reference in New Issue
Block a user