chore(service): add NOT_SECURED env to Postiz (#6243)

This commit is contained in:
Matías Andrade Guzmán
2025-08-04 15:33:17 -04:00
committed by GitHub
parent 0998be3503
commit 1d97e35494

View File

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