Skip to main content

Fly.io

Deploy to Fly.io using the following steps.

Install the Fly CLI. See fly.io/docs/flyctl/install for instructions.

Launch the image:

fly launch \
--image docker.io/stellar/quickstart:latest \
--ha=false \
--env NETWORK=local \
--env LIMITS=testnet \
--env NETWORK_PASSPHRASE="My Network" \
--internal-port 8000