.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
COMPOSE_PROFILES
Docker Compose profiles to enable Run `docker compose config --profiles` to see all available profiles See…
brew install flyctl && fly launch --from https://github.com/bobvaneck/ghost
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/bobvaneck/ghost
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/bobvaneck/ghost