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:
- macOS/Linux
- Windows (PowerShell)
fly launch \
--image docker.io/stellar/quickstart:latest \
--ha=false \
--env NETWORK=local \
--env LIMITS=testnet \
--env NETWORK_PASSPHRASE="My Network" \
--internal-port 8000
fly launch `
--image docker.io/stellar/quickstart:latest `
--ha=false `
--env NETWORK=local `
--env LIMITS=testnet `
--env NETWORK_PASSPHRASE="My Network" `
--env RANDOMIZE_NETWORK_PASSPHRASE=false `
--internal-port 8000