Fix postgres
This commit is contained in:
parent
2d5189b6c4
commit
abf26acf6b
@ -1,8 +1,3 @@
|
|||||||
setup:
|
|
||||||
addons:
|
|
||||||
- plan: heroku-postgresql
|
|
||||||
as: DATABASE
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
web: Dockerfile
|
web: Dockerfile
|
||||||
@ -10,3 +5,6 @@ build:
|
|||||||
run:
|
run:
|
||||||
web: /usr/local/bin/gitea web -port $PORT
|
web: /usr/local/bin/gitea web -port $PORT
|
||||||
|
|
||||||
|
addons:
|
||||||
|
- plan: heroku-postgresql:hobby-dev
|
||||||
|
as: DATABASE
|
||||||
|
Loading…
Reference in New Issue
Block a user