c4lliope / code.base

Deploy `gitea` on Dokku.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run Gitea as a Dokku app

  1. Install dokku plugins:
  2. Clone/fork this repo
  3. Create gitea app
  4. Set variables from .env file (additional variables are available here)
  5. Push to dokku

In summary:

dokku plugin:install https://github.com/Flink/dokku-psql-single-container
dokku plugin:install https://github.com/crisward/dokku-require/
dokku apps:create gitlab
dokku config:set gitlab RUN_MODE=prod

git push dokku master

About

Deploy `gitea` on Dokku.


Languages

Language:Shell 59.7%Language:Dockerfile 40.3%