- Install dokku plugins:
- Clone/fork this repo
- Create
gitea
app - Set variables from .env file (additional variables are available here)
- 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