12 lines
172 B
YAML
12 lines
172 B
YAML
setup:
|
|
addons:
|
|
- plan: heroku-postgresql
|
|
as: DATABASE
|
|
|
|
build:
|
|
docker:
|
|
web: gitea/gitea:1.14.5-rootless
|
|
|
|
run:
|
|
web: /bin/su-exec git /app/gitea/gitea web
|