chore(service): add NOT_SECURED env to Postiz (#6243)
This commit is contained in:
parent
0998be3503
commit
1d97e35494
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ services:
|
|||
- NEXT_PUBLIC_POLOTNO=${NEXT_PUBLIC_POLOTNO}
|
||||
- IS_GENERAL=true
|
||||
- NX_ADD_PLUGINS=${NX_ADD_PLUGINS:-false}
|
||||
- NOT_SECURED=${NOT_SECURED:-false}
|
||||
|
||||
# Payment Settings
|
||||
- FEE_AMOUNT=${FEE_AMOUNT:-0.05}
|
||||
|
|
|
|||
Loading…
Reference in a new issue