infisical.futureporn.net { # basic_auth { # {{ lookup('dotenv', 'INFISICAL_BASIC_AUTH_USERNAME', file='../../../../.env')}} {{ lookup('dotenv', 'INFISICAL_BASIC_AUTH_PASSWORD', file='../../../../.env') | password_hash('bcrypt') }} # } reverse_proxy infisical-backend:8080 { health_uri / health_interval 10s health_timeout 5s } }