2024-10-19 12:39:20 +02:00
|
|
|
setup:
|
|
|
|
addons:
|
2024-10-19 13:06:31 +02:00
|
|
|
- plan: heroku-postgresql
|
2024-10-19 12:39:20 +02:00
|
|
|
as: DATABASE
|
|
|
|
|
|
|
|
build:
|
|
|
|
docker:
|
|
|
|
web: gitea/gitea:1.14.5-rootless
|
|
|
|
|
|
|
|
run:
|
2024-10-19 13:06:31 +02:00
|
|
|
web: /bin/su-exec git /app/gitea/gitea web
|