Fly.ioにホストしているMinifluxの設定
Find a file
2022-07-03 10:56:38 +00:00
.github/workflows create minicharge.fly.dev project 2022-07-03 19:23:43 +09:00
Dockerfile Pin dependency miniflux/miniflux to 0a768ab 2022-07-03 10:56:38 +00:00
fly.toml create minicharge.fly.dev project 2022-07-03 19:23:43 +09:00
LICENSE Create LICENSE 2022-07-03 19:39:53 +09:00
README.md create minicharge.fly.dev project 2022-07-03 19:23:43 +09:00
renovate.json create minicharge.fly.dev project 2022-07-03 19:23:43 +09:00

minicharge.fly.dev

前提

  • PostgreSQL

構築

git clone git@github.com:kou029w/minicharge.fly.dev.git
curl -L https://fly.io/install.sh | sh
flyctl auth login
flyctl launch
flyctl secrets set DATABASE_URL=postgres://*** # PostgreSQL接続URLを設定
flyctl deploy