2024-10-19 12:39:20 +02:00
|
|
|
build:
|
|
|
|
docker:
|
2024-10-19 13:13:06 +02:00
|
|
|
web: Dockerfile
|
2024-10-19 13:17:39 +02:00
|
|
|
|
|
|
|
run:
|
2024-10-19 14:25:20 +02:00
|
|
|
web: /usr/local/bin/gitea web -port $PORT
|
2024-10-19 13:17:39 +02:00
|
|
|
|
2024-10-20 11:18:44 +02:00
|
|
|
addons:
|
|
|
|
- plan: heroku-postgresql:hobby-dev
|
|
|
|
as: DATABASE
|