Seeking Alternative Approach for Configuring LND Clearnet and Tor with Docker and Gluetun

Hello everyone,

I’m currently working on a project where I need to configure LND (Lightning Network Daemon) to be accessible via clearnet and Tor. I’m using Docker and Gluetun to set up this environment. However, I’m looking for suggestions on alternative approaches or best practices that could make this configuration more efficient and secure.

Here’s a brief overview of my current setup:

  1. Gluetun VPN container: To provide a secure VPN connection.
  2. LND container: Configured to run with network_mode set to Gluetun’s service.

My goals are to:

  • Ensure that the LND service is accessible via both clearnet and Tor.
  • Maintain the security and privacy of the connection.
  • Optimize the Docker configuration for performance and reliability.

If anyone has experience with this type of setup or can suggest a different approach, I would greatly appreciate your insights. Any tips on configuration, security measures, or potential pitfalls to avoid would be extremely helpful.

Thank you in advance for your assistance!