# Copy to .env in this directory. Required for remote deployment. # # OPENFUT_ADVERTISE — the address of THIS host as seen from the game machine # (105). The responders advertise it to the client for every next hop (Blaze, # roster, UTAS, POW). Compose refuses to start without it. OPENFUT_ADVERTISE=203.0.113.10 # <- REPLACE with this host's LAN IP # OPENFUT_BIND — address the listeners bind inside the container. # Defaults to 0.0.0.0 (container-facing); the original all-on-localhost flow # uses the loopback default baked into the responders when unset. OPENFUT_BIND=0.0.0.0