/code.base

Deploy `gitea` on Dokku.

Primary LanguageShell

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