GitDeployHub

bgrins/the_zoo

github.com/bgrins/the_zoo ↗
Node.js API
10 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • COMPOSE_BAKE Recommended but not required
  • VITEST_MAX_CONCURRENCY Additional options
  • PROXY_USER Optional squid auth. Leave blank for no auth
  • PROXY_PASS
  • ZOO_PROXY_PORT For a single checkout none of this is needed, but it will be for multiple checkouts Avoid conflicting IP addresses and ports.
  • ZOO_PUBLIC_SUBNET Network configuration When changing the subnet, ensure all IP addresses are within the subnet range
  • ZOO_SUBNET
  • ZOO_DNS_IP
  • ZOO_CADDY_IP
  • ZOO_PROXY_IP
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/bgrins/the_zoo
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/bgrins/the_zoo
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/bgrins/the_zoo
Or deploy to a different host
← Try another repo