Fix postgres

This commit is contained in:
awieczarek 2024-10-20 11:18:44 +02:00
parent 2d5189b6c4
commit abf26acf6b

View File

@ -1,8 +1,3 @@
setup:
addons:
- plan: heroku-postgresql
as: DATABASE
build:
docker:
web: Dockerfile
@ -10,3 +5,6 @@ build:
run:
web: /usr/local/bin/gitea web -port $PORT
addons:
- plan: heroku-postgresql:hobby-dev
as: DATABASE