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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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}