From 4948aae4ccd63408c7d91ac6b3b3bd1726f6fe4b Mon Sep 17 00:00:00 2001 From: asmigiel Date: Sun, 22 Dec 2024 20:47:09 +0100 Subject: [PATCH] add heroku.yml --- heroku.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/heroku.yml b/heroku.yml index e69de29..534b556 100644 --- a/heroku.yml +++ b/heroku.yml @@ -0,0 +1,12 @@ +setup: + addons: + - plan: heroku-postgresql + as: DATABASE + config: + POSTGRES_USER=gitea + POSTGRES_PASSWORD=gitea + POSTGRES_DB=gitea + +build: + docker: + web: Dockerfile