Minimum machines running setting without external access

Hi,

Is it possible to configure: min_machines_running (and auto_stop_machines/auto_start_machines settings) without exposing any internal ports to the Internet? I have a few internal services which are accessible only via Nginx proxy and I don’t want to expose any ports by [[services]] or [http_service] configuration.

Best regards,
Marcin.

Since the Fly Proxy takes care of auto stop and start, you would need to configure services. An option might be to use Flycast to take advantage of the Proxy but on your private network only.

There’s some info on this beginning here in the original auto start and stop thread: Automatically starting/stopping Apps v2 instances - #29 by amine

Another bit explaining how it works with private networking here: Single VM vs. process groups vs. separate apps: current best practice for multiple processes? - #3 by ifiwasabird

Flycast docs: Private Networking · Fly Docs

1 Like

Thank you for your answer. Now it’s much more clear for me what the flycast is :wink:.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.