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:
|
2024-10-19 13:13:06 +02:00
|
|
|
web: Dockerfile
|
2024-10-19 13:17:39 +02:00
|
|
|
|
|
|
|
run:
|
2024-10-19 13:23:49 +02:00
|
|
|
web: /usr/local/bin/gitea web
|
2024-10-19 13:17:39 +02:00
|
|
|
|