2025-01-04 22:42:34 +01:00
|
|
|
setup:
|
|
|
|
addons:
|
2025-01-06 18:53:51 +01:00
|
|
|
- plan: heroku-postgresql:standard-0
|
2025-01-04 22:42:34 +01:00
|
|
|
as: DATABASE
|
2024-12-22 20:47:09 +01:00
|
|
|
build:
|
|
|
|
docker:
|
|
|
|
web: Dockerfile
|
2025-01-06 18:46:02 +01:00
|
|
|
run:
|
|
|
|
web: /usr/local/bin/run.sh
|
|
|
|
|
|
|
|
|
|
|
|
#setup:
|
|
|
|
# addons:
|
|
|
|
# - plan: heroku-postgresql
|
|
|
|
# as: DATABASE
|
|
|
|
## config:
|
|
|
|
## POSTGRES_USER: "gitea"
|
|
|
|
## POSTGRES_PASSWORD: "gitea"
|
|
|
|
## POSTGRES_DB: "gitea"
|
|
|
|
#
|
|
|
|
#build:
|
|
|
|
# docker:
|
|
|
|
# web: Dockerfile
|