GitDeployHub

angristan/feedbin-docker

github.com/angristan/feedbin-docker ↗
Unknown stack
20 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)

  • RACK_ENV Feedbin
  • RAILS_ENV
  • PORT
  • SECRET_KEY_BASE secret
  • DEFAULT_URL_OPTIONS_HOST
  • PUSH_URL
  • FEEDBIN_URL
  • FEEDBIN_HOST
  • FORCE_SSL
  • FEEDBIN_API_HOST
  • ELASTICSEARCH_URL Databases
  • MEMCACHED_HOSTS
  • REDIS_URL secret
  • POSTGRES_USER
  • POSTGRES_PASSWORD secret
  • MINIO_ACCESS_KEY secret Minio
  • MINIO_SECRET_KEY secret
  • MINIO_BUCKET
  • MINIO_HOST
  • EXTRACT_HOST Extract service (needs to run behind HTTPS:443)
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/angristan/feedbin-docker
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/angristan/feedbin-docker
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/angristan/feedbin-docker
Or deploy to a different host
← Try another repo