.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
brew install flyctl && fly launch --from https://github.com/bgrins/the_zoo
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/bgrins/the_zoo
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/bgrins/the_zoo