chore(koillection): remove redundant "https enabled" env var

This commit is contained in:
Nicolas Meienberger 2023-11-13 08:11:29 +01:00
parent 9121195828
commit 4a74dcc624
2 changed files with 99 additions and 102 deletions

View File

@ -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",

View File

@ -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}